forked from mirror/OpenTTD
(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
This commit is contained in:
@@ -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)) )
|
||||
|
Reference in New Issue
Block a user