From 9a77919702d7544f931c4881bfc15e90592a678d Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Wed, 2 Jun 2021 00:39:05 -0400 Subject: [PATCH] Update some TODOs in the code. --- BuGS/globalScores.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BuGS/globalScores.c b/BuGS/globalScores.c index 99302e7..ead42db 100644 --- a/BuGS/globalScores.c +++ b/BuGS/globalScores.c @@ -264,7 +264,7 @@ void pollNetwork(void) break; case GAME_NETWORK_UNCONNECTED: - TCPIPConnect(NULL); // TODO - Perhaps no feedback here is not a good user experience and I should provide some kind of display function. + TCPIPConnect(NULL); // TODO - Perhaps some feedback here would be a better user experience so maybe I should provide some kind of display function. if ((!toolerror()) && (TCPIPGetConnectStatus())) { gameNetworkState = GAME_NETWORK_CONNECTED; @@ -286,7 +286,6 @@ void pollNetwork(void) break; if (domainNameResolution.DNRstatus != DNR_OK) { - // TODO - I end up in here on the emulator. Find out why. gameNetworkState = GAME_NETWORK_LOOKUP_FAILED; break; }