diff options
author | darkvater <darkvater@openttd.org> | 2005-01-24 23:02:14 +0000 |
---|---|---|
committer | darkvater <darkvater@openttd.org> | 2005-01-24 23:02:14 +0000 |
commit | 5666efe66b4847c593dab6d0d419e8f6a4fab9b4 (patch) | |
tree | f3e46aae686e8fc9af072377cb42fd26b3c58936 | |
parent | e006f89aa3e750ead8cce290d86ee22b2190a582 (diff) | |
download | openttd-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>)
-rw-r--r-- | main_gui.c | 8 | ||||
-rw-r--r--[-rwxr-xr-x] | media/openttd.128.png | bin | 20566 -> 20566 bytes | |||
-rw-r--r--[-rwxr-xr-x] | media/openttd.16.png | bin | 941 -> 941 bytes | |||
-rw-r--r--[-rwxr-xr-x] | media/openttd.256.png | bin | 80677 -> 80677 bytes | |||
-rw-r--r--[-rwxr-xr-x] | media/openttd.32.png | bin | 2567 -> 2567 bytes | |||
-rw-r--r--[-rwxr-xr-x] | media/openttd.48.png | bin | 4763 -> 4763 bytes |
6 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': diff --git a/media/openttd.128.png b/media/openttd.128.png Binary files differindex 607f06043..607f06043 100755..100644 --- a/media/openttd.128.png +++ b/media/openttd.128.png diff --git a/media/openttd.16.png b/media/openttd.16.png Binary files differindex df7fb3200..df7fb3200 100755..100644 --- a/media/openttd.16.png +++ b/media/openttd.16.png diff --git a/media/openttd.256.png b/media/openttd.256.png Binary files differindex a65091cf3..a65091cf3 100755..100644 --- a/media/openttd.256.png +++ b/media/openttd.256.png diff --git a/media/openttd.32.png b/media/openttd.32.png Binary files differindex d241e8974..d241e8974 100755..100644 --- a/media/openttd.32.png +++ b/media/openttd.32.png diff --git a/media/openttd.48.png b/media/openttd.48.png Binary files differindex 88a3b630f..88a3b630f 100755..100644 --- a/media/openttd.48.png +++ b/media/openttd.48.png |