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
commitbf467bd99c36842c259dd11b6ac2be69db72e745 (patch)
treecf9fee9ef1a7b1f4ef668ebcedec8d771cdfc860 /main_gui.c
parente0dd7efc82fbe232c59e4c5a84d714159b3e7d5f (diff)
downloadopenttd-bf467bd99c36842c259dd11b6ac2be69db72e745.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)) )