Skip to content

Commit

Permalink
lint...
Browse files Browse the repository at this point in the history
  • Loading branch information
walkawayy committed Sep 23, 2023
1 parent aa60674 commit c539d37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/game/game/game.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ int32_t Game_Stop(void)
if (g_CurrentLevel == g_GameFlow.last_level_num) {
g_Config.profile.new_game_plus_unlock = true;
Config_Write();
g_GameInfo.bonus_level_unlock = Stats_CheckAllSecretsCollected(GFL_NORMAL);
g_GameInfo.bonus_level_unlock =
Stats_CheckAllSecretsCollected(GFL_NORMAL);
}

if (g_CurrentLevel + 1 < g_GameFlow.level_count) {
Expand Down

0 comments on commit c539d37

Please sign in to comment.