diff -r a8c299022281 -r 7b74fd94004d network_gui.c --- 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)