(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>)
This commit is contained in:
darkvater
2005-01-24 23:02:14 +00:00
parent f7774a007a
commit 5f593d3e24
6 changed files with 0 additions and 8 deletions

View File

@@ -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':