X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fevents.c;h=332dcca21ea8adcc1dacc6a92a2b4fd69976a7cd;hb=601cca5b35649856ff49e1bcb3806592b736662c;hp=bb28e127eae468ce34303bc5fe507ca545f38aae;hpb=c9735f4510c07f163fc103d61ba4e0d2010c2032;p=rocksndiamonds.git diff --git a/src/events.c b/src/events.c index bb28e127..332dcca2 100644 --- a/src/events.c +++ b/src/events.c @@ -546,14 +546,14 @@ void HandleKey(Key key, int key_status) TapeTogglePause(TAPE_TOGGLE_MANUAL); } - +#if 0 #ifndef DEBUG if (game_status == PLAYING && (tape.playing || tape.pausing)) return; #endif - +#endif HandleGadgetsKeyInput(key);