X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.c;h=abde1cc7b311b5bb60b7f1562f79c55b181de9ab;hb=7ecf99096c7c23909ada034e05d971464f66552f;hp=63eee0d92699e6b5adaf3f6c419484ad0ac49df6;hpb=ae1359da280d87576ff65d7cb5c407cd35983472;p=rocksndiamonds.git diff --git a/src/tools.c b/src/tools.c index 63eee0d9..abde1cc7 100644 --- a/src/tools.c +++ b/src/tools.c @@ -4172,6 +4172,7 @@ boolean Request(char *text, unsigned int req_state) break; case KSYM_Escape: + case KSYM_Back: result = 0; break; @@ -8840,15 +8841,16 @@ void CheckSingleStepMode_EM(byte action[MAX_PLAYERS], int frame, boolean any_player_moving, boolean player_is_dropping) { - int i; - if (tape.single_step && tape.recording && !tape.pausing) { +#if 0 boolean active_players = FALSE; + int i; for (i = 0; i < MAX_PLAYERS; i++) if (action[i] != JOY_NO_ACTION) active_players = TRUE; +#endif // if (frame == 0) if (frame == 0 && !player_is_dropping)