diff options
author | peter1138 <peter1138@openttd.org> | 2006-09-15 20:37:48 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-09-15 20:37:48 +0000 |
commit | db883dc49c1c92c307ca1368cac96980e698f9bc (patch) | |
tree | 0e8908b1e220d161551f67e40c040b9264ba967e | |
parent | 851874d8e15dd23f270de077fec01ec1d9ae9500 (diff) | |
download | openttd-db883dc49c1c92c307ca1368cac96980e698f9bc.tar.xz |
(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.
-rw-r--r-- | player_gui.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |