summaryrefslogtreecommitdiff
path: root/main_gui.c
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-10-24 19:40:48 +0000
committerbjarni <bjarni@openttd.org>2005-10-24 19:40:48 +0000
commit0f5c8787f8c0914f88dce4f1c106a82453c71165 (patch)
treecf9fee9ef1a7b1f4ef668ebcedec8d771cdfc860 /main_gui.c
parent5536de23191ee3896783b45ea4b3f8531ca99d7c (diff)
downloadopenttd-0f5c8787f8c0914f88dce4f1c106a82453c71165.tar.xz
(svn r3081) -Codechange: [autoreplace] complete rewrite of autoreplace
this is a complete rewrite, that makes use of existing commands like build and sell this means that multiheaded train engines are replaced correctly
Diffstat (limited to 'main_gui.c')
-rw-r--r--main_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main_gui.c b/main_gui.c
index c562465f2..8c64c3f77 100644
--- a/main_gui.c
+++ b/main_gui.c
@@ -2351,7 +2351,7 @@ static void MainWindowWndProc(Window *w, WindowEvent *e) {
e->keypress.cont = false;
break;
}
-
+
// check to see if Command-Q has been pressed on a Mac
// must be done before checking if we are at the main menu
if ( (e->keypress.keycode == ('Q' | WKC_CTRL)) || (e->keypress.keycode == ('Q' | WKC_META)) )