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
commit5666efe66b4847c593dab6d0d419e8f6a4fab9b4 (patch)
treef3e46aae686e8fc9af072377cb42fd26b3c58936 /main_gui.c
parente006f89aa3e750ead8cce290d86ee22b2190a582 (diff)
downloadopenttd-5666efe66b4847c593dab6d0d419e8f6a4fab9b4.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':