fixed bug with restarting game after playing unsuccessful tape
authorHolger Schemel <holger.schemel@virtion.de>
Sat, 31 Aug 2024 19:03:24 +0000 (21:03 +0200)
committerHolger Schemel <holger.schemel@virtion.de>
Sat, 31 Aug 2024 19:11:53 +0000 (21:11 +0200)
commit7d7d12a1adb2b1d84eece1f787d785171eb0413a
treef0ea1d939d92a8fc6c7256a33522b4e819b73795
parent24095b5c5e8057d838467e6a1f61670ef1ed239d
fixed bug with restarting game after playing unsuccessful tape

When losing a game, pressing "space" or "enter" key before being asked
to play again restarts the game. When replaying a tape, a new game was
started instead of returning to the main menu. This commit fixes this
bug.
src/game.c