mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-14 18:19:11 +00:00
(svn r6276) Remove a redundant assignment
This commit is contained in:
@@ -1392,8 +1392,7 @@ static void ClientListWndProc(Window *w, WindowEvent *e)
|
||||
|
||||
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)
|
||||
|
Reference in New Issue
Block a user