(svn r1653) -Fix: removed CTRL+A and CTRL+B cheats; thanks Hackykid
authordarkvater
Mon, 24 Jan 2005 23:02:14 +0000
changeset 1152 25e56adbfa68
parent 1151 614cbcb5b9fe
child 1153 1fd947f47d7e
(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>)
main_gui.c
media/openttd.128.png
media/openttd.16.png
media/openttd.256.png
media/openttd.32.png
media/openttd.48.png
--- a/main_gui.c	Mon Jan 24 22:24:47 2005 +0000
+++ b/main_gui.c	Mon Jan 24 23:02:14 2005 +0000
@@ -2328,14 +2328,6 @@
 			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':