(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>)release/0.4.5
|
@ -2328,14 +2328,6 @@ static void MainWindowWndProc(Window *w, WindowEvent *e) {
|
||||||
DebugProc(e->keypress.keycode - ('0' | WKC_ALT));
|
DebugProc(e->keypress.keycode - ('0' | WKC_ALT));
|
||||||
#endif
|
#endif
|
||||||
break;
|
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
|
// invoke autorail
|
||||||
case 'A':
|
case 'A':
|
||||||
|
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 941 B After Width: | Height: | Size: 941 B |
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |