File diff r221:56c7ed3a0581 → r222:4409829eb08f
network_gui.c
Show inline comments
 
@@ -144,7 +144,7 @@ static void NetworkGameWindowWndProc(Win
 
			NetworkGameListFromInternet();
 
			break;
 
		}
 
		
 

	
 
		_network_game_count_last = _network_game_count;
 
		SetWindowDirty(w);
 

	
 
@@ -179,7 +179,7 @@ static void NetworkGameWindowWndProc(Win
 
			rport = _network_server_port;
 
			c = 0;
 
			ip = b;
 
			
 

	
 
			while (b[c] != 0) {
 
				if (((char)b[c]) == '#') {
 
					player = &b[c+1];