mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +03:00
parent
9ec588813d
commit
e33395d1a9
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue