summaryrefslogtreecommitdiff
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
commit05f7677b9d6b7dfcf3e7a3abd1728067476d14c2 (patch)
tree0e8908b1e220d161551f67e40c040b9264ba967e
parent53e90c0628f8c13dba46a82fe607a7ae33ae1a6f (diff)
downloadopenttd-05f7677b9d6b7dfcf3e7a3abd1728067476d14c2.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.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;