File diff r221:56c7ed3a0581 → r222:4409829eb08f
network_gui.c
Show inline comments
 
@@ -141,13 +141,13 @@ static void NetworkGameWindowWndProc(Win
 
			NetworkGameListFromLAN();
 
			break;
 
		case 1: /* Internet */
 
			NetworkGameListFromInternet();
 
			break;
 
		}
 
		
 

	
 
		_network_game_count_last = _network_game_count;
 
		SetWindowDirty(w);
 

	
 
		break;
 

	
 
	case WE_MOUSELOOP:
 
@@ -176,13 +176,13 @@ static void NetworkGameWindowWndProc(Win
 
			byte c;
 
			uint16 rport;
 

	
 
			rport = _network_server_port;
 
			c = 0;
 
			ip = b;
 
			
 

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