summaryrefslogtreecommitdiff
path: root/player_gui.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-09-15 20:37:48 +0000
committerpeter1138 <peter1138@openttd.org>2006-09-15 20:37:48 +0000
commitdb883dc49c1c92c307ca1368cac96980e698f9bc (patch)
tree0e8908b1e220d161551f67e40c040b9264ba967e /player_gui.c
parent851874d8e15dd23f270de077fec01ec1d9ae9500 (diff)
downloadopenttd-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.
Diffstat (limited to 'player_gui.c')
-rw-r--r--player_gui.c1
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;