tr2/inventory: fix button mashing loading game instead of saving

Resolves #2863.
This commit is contained in:
Marcin Kurczewski 2025-04-26 17:59:35 +02:00
parent 0ba717edd5
commit 88f41c5a75
4 changed files with 25 additions and 11 deletions

View file

@ -5,6 +5,7 @@
- changed the sound dialog appearance (repositioned, added text labels and arrows)
- fixed Lara voiding if she stops on a tile with a closing door, and the door isn't on a portal (#2848)
- fixed guns carried by enemies not being converted to ammo if Lara has picked up the same gun elsewhere in the same level (#2856)
- fixed button mashing triggering load instead of save on a specific passport animation frame (#2863, regression from 1.0)
- fixed guns carried by enemies not being converted to ammo if Lara starts the level with the gun and the game has later been reloaded (#2850, regression from 1.0)
- fixed 1920x1080 screenshots in 16:9 aspect mode being saved as 1919x1080 (#2845, regression from 0.8)
- fixed clicks in audio sounds (#2846, regression from 0.2)