Skip to content

Commit

Permalink
tr2/gameflow: restore NG+ flag
Browse files Browse the repository at this point in the history
Restores the NG+ flag after completing the game. Regression in da05aaa.

Resolves LostArtefacts#2152.
  • Loading branch information
lahm86 committed Dec 30, 2024
1 parent 965cf41 commit d7cfa08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tr2/game/gameflow.c
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ GAME_FLOW_DIR GF_InterpretSequence(const int16_t *ptr, GAMEFLOW_LEVEL_TYPE type)
case GFE_GAME_COMPLETE:
START_INFO *const start = &g_SaveGame.start[g_CurrentLevel];
start->stats = g_SaveGame.current_stats;
g_SaveGame.bonus_flag = true;
dir = DisplayCredits();
ptr++;
break;
Expand Down

0 comments on commit d7cfa08

Please sign in to comment.