Add some todos for the networking code.

This commit is contained in:
Jeremy Rand 2021-06-04 00:42:39 -04:00
parent 4e456cab15
commit 2c511fe33a
1 changed files with 4 additions and 0 deletions

View File

@ -577,5 +577,9 @@ void sendHighScore(void)
timeout--;
if (timeout == 0)
return;
// TODO - Provide some feedback that the score is being uploaded here.
// TODO - If there is a timeout, or a failure of some kind, perhaps ask the user if they would like to retry.
} while (networkGlobals->gameNetworkState > GAME_NETWORK_TCP_UNCONNECTED);
}