X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.c;h=a2afc3e3cb157c61f468c2a71132609667895563;hb=6e342e22254ef0e3a4c0b1ecd218cc9d22566c57;hp=edf9686c4158e8f42c0f31cc65bfa38f55cef42b;hpb=4ed8ff5e4233a4d180895ac32d162f1bf568c6cd;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index edf9686c..a2afc3e3 100644 --- a/src/game.c +++ b/src/game.c @@ -11904,7 +11904,7 @@ static void GameActionsExt(void) TapeRecordAction(tape_action); // remember if game was played (especially after tape stopped playing) - if (!tape.playing && summarized_player_action) + if (!tape.playing && summarized_player_action && !checkGameFailed()) game.GamePlayed = TRUE; #if USE_NEW_PLAYER_ASSIGNMENTS