From db883dc49c1c92c307ca1368cac96980e698f9bc Mon Sep 17 00:00:00 2001 From: peter1138 Date: Fri, 15 Sep 2006 20:37:48 +0000 Subject: (svn r6457) - Codechange: Allow the company colour window to stay open after the company information window has been closed, as the company colour window is now much larger. --- player_gui.c | 1 - 1 file changed, 1 deletion(-) diff --git a/player_gui.c b/player_gui.c index 443e63c9a..f4e9fc598 100644 --- a/player_gui.c +++ b/player_gui.c @@ -786,7 +786,6 @@ static void PlayerCompanyWndProc(Window *w, WindowEvent *e) case WE_DESTROY: - DeleteWindowById(WC_PLAYER_COLOR, w->window_number); DeleteWindowById(WC_PLAYER_FACE, w->window_number); break; -- cgit v1.2.3-70-g09d2