tr2/game-flow: fix saves losing secret rewards

Resolves #2528.
This commit is contained in:
Marcin Kurczewski 2025-02-18 22:57:43 +01:00
parent 9ec588813d
commit e33395d1a9
No known key found for this signature in database
GPG key ID: CC65E6FD28CAE42A
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
## [Unreleased](https://github.com/LostArtefacts/TRX/compare/tr2-0.9.1...develop) - ××××-××-××
- fixed secret rewards not handed out after loading a save (#2528, regression from 0.8)
- fixed music not working on certain Linux setups (#2504, regression from 0.2)
## [0.9.1](https://github.com/LostArtefacts/TRX/compare/tr2-0.9...tr2-0.9.1) - 2025-02-15

View file

@ -55,6 +55,7 @@ static DECLARE_GF_EVENT_HANDLER(M_HandlePlayLevel)
return gf_cmd;
case GFSC_SAVED:
GF_InventoryModifier_Scan(level);
break;
case GFSC_SELECT: {