summaryrefslogtreecommitdiff
path: root/main_gui.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-08-24 22:41:42 +0000
committerdarkvater <darkvater@openttd.org>2004-08-24 22:41:42 +0000
commit5505a10b80e8f17c4a13f8793dfcdaebbe95eb29 (patch)
tree36e69dc4c42fb3ee396cb2d483e16b0d8424904f /main_gui.c
parent56fa1a853480fd8c137aa055c5de76829b5aa967 (diff)
downloadopenttd-5505a10b80e8f17c4a13f8793dfcdaebbe95eb29.tar.xz
(svn r136) -Feature/Fix: Console Rev #2 and WKC_BACKQUOTE this patch adds new features to the ingame console and inserts a new keymanagement for windows pcs... (sign_de)
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 334952b65..ca753db19 100644
--- a/main_gui.c
+++ b/main_gui.c
@@ -1689,7 +1689,7 @@ static void MainToolbarWndProc(Window *w, WindowEvent *e)
case WKC_SHIFT | WKC_F12: ShowMusicWindow(); break;
case WKC_CTRL | 'S': _make_screenshot = 1; break;
case WKC_CTRL | 'G': _make_screenshot = 2; break;
- case WKC_BACKQUOTE: IConsoleSwitch(); e->keypress.keycode=0; break;
+ case WKC_BACKQUOTE: IConsoleSwitch(); e->keypress.cont=false; break;
case WKC_CTRL | WKC_ALT | 'C': if(!_networking) ShowCheatWindow(); break;
}
} break;