summaryrefslogtreecommitdiff
path: root/main_gui.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2005-01-24 23:02:14 +0000
committerdarkvater <darkvater@openttd.org>2005-01-24 23:02:14 +0000
commit5f593d3e24215bbbb6ccfc8d1a1eab988979d2c1 (patch)
treef3e46aae686e8fc9af072377cb42fd26b3c58936 /main_gui.c
parentf7774a007a21a21a041642c12e942512a546f346 (diff)
downloadopenttd-5f593d3e24215bbbb6ccfc8d1a1eab988979d2c1.tar.xz
(svn r1653) -Fix: removed CTRL+A and CTRL+B cheats; thanks Hackykid
-Removed executable bits on png files in media dir (svn pd svn:executable <file>)
Diffstat (limited to 'main_gui.c')
-rw-r--r--main_gui.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/main_gui.c b/main_gui.c
index bd81a5269..c5ba8073c 100644
--- a/main_gui.c
+++ b/main_gui.c
@@ -2328,14 +2328,6 @@ static void MainWindowWndProc(Window *w, WindowEvent *e) {
DebugProc(e->keypress.keycode - ('0' | WKC_ALT));
#endif
break;
- case 'A' | WKC_CTRL:
- disable_computer^=1;
- ShowInfoF("Disable Computer: %s", disable_computer?"ON":"OFF");
- break;
- case 'B' | WKC_CTRL:
- _local_player^=1;
- ShowInfoF("Play as computer: %s", _local_player?"ON":"OFF");
- break;
// invoke autorail
case 'A':