network_gui.c
changeset 4491 266a1f405eaf
parent 4416 e0e9a72882d0
child 4512 7151d4ee3a0f
--- a/network_gui.c	Thu Aug 31 14:51:50 2006 +0000
+++ b/network_gui.c	Thu Aug 31 14:54:25 2006 +0000
@@ -1392,8 +1392,7 @@
 
 void ShowClientList(void)
 {
-	Window *w = AllocateWindowDescFront(&_client_list_desc, 0);
-	if (w != NULL) w->window_number = 0;
+	AllocateWindowDescFront(&_client_list_desc, 0);
 }
 
 static void NetworkJoinStatusWindowWndProc(Window *w, WindowEvent *e)