Skip to content

Commit

Permalink
passport: fix NG+ if enable_game_modes set to false (#961)
Browse files Browse the repository at this point in the history
Resolves #960.
  • Loading branch information
walkawayy committed Sep 1, 2023
1 parent d87837d commit c26b5e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- fixed data portal issues in Atlantean Stronghold that could result in a crash (#227)
- fixed the camera in Natla's Mines when pulling the lever in room 67 (#352)
- fixed flame emitter saving and loading which caused rare crashing (#947)
- fixed new game plus not working if enable_game_modes was set to false (#960, regression from 2.8)
- improve spanish localization and added translation for rotated pickups

## [2.15.3](https://github.com/rr-/Tomb1Main/compare/2.15.2...2.15.3) - 2023-08-15
Expand Down
1 change: 0 additions & 1 deletion src/game/option/option_passport.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ void Option_Passport(INVENTORY_ITEM *inv_item)
} else {
g_GameInfo.save_initial_version =
SAVEGAME_CURRENT_VERSION;
g_GameInfo.bonus_flag = 0;
}
} else if (
g_InvMode == INV_SAVE_MODE
Expand Down

0 comments on commit c26b5e9

Please sign in to comment.