network_gui.c
changeset 670 d164965bb35a
parent 659 a9733f856cd0
child 675 9be22ffb4625
equal deleted inserted replaced
669:2d332f6e59f0 670:d164965bb35a
  1269 	DeleteWindowById(WC_NETWORK_STATUS_WINDOW, 0);
  1269 	DeleteWindowById(WC_NETWORK_STATUS_WINDOW, 0);
  1270 	_network_join_status = NETWORK_JOIN_STATUS_CONNECTING;
  1270 	_network_join_status = NETWORK_JOIN_STATUS_CONNECTING;
  1271 	AllocateWindowDesc(&_network_join_status_window_desc);
  1271 	AllocateWindowDesc(&_network_join_status_window_desc);
  1272 }
  1272 }
  1273 
  1273 
       
  1274 void ShowJoinStatusWindowAfterJoin()
       
  1275 {
       
  1276 	/* This is a special instant of ShowJoinStatusWindow, because
       
  1277 	    it is opened after the map is loaded, but the client maybe is not
       
  1278 	    done registering itself to the server */
       
  1279 	DeleteWindowById(WC_NETWORK_STATUS_WINDOW, 0);
       
  1280 	_network_join_status = NETWORK_JOIN_STATUS_REGISTERING;
       
  1281 	AllocateWindowDesc(&_network_join_status_window_desc);
       
  1282 }
  1274 
  1283 
  1275 
  1284 
  1276 
  1285 
  1277 #define MAX_QUERYSTR_LEN 64
  1286 #define MAX_QUERYSTR_LEN 64
  1278 
  1287