tr1/data: fix Temple of the Cat door position

This rotates and shifts door 180 in Temple of the Cat so that the
invisible wall is behind it.

Resolves #2021.
This commit is contained in:
lahm86 2024-12-13 13:11:18 +00:00
parent 74d8a604f9
commit ebf67a9e7f
2 changed files with 1 additions and 0 deletions

View file

@ -35,6 +35,7 @@
- fixed doors at times disappearing if Lara is close to portals and the door's room is no longer visible (#2005)
- fixed camera positions in Return to Egypt and Temple of the Cat (#1317, regression from 4.1)
- fixed being able to see the flipmap in Natla's Mines when moving the boat (#2019)
- fixed an invisible wall in Temple of the Cat, due to a wrongly positioned door (#2021)
## [4.6.1](https://github.com/LostArtefacts/TRX/compare/tr1-4.6...tr1-4.6.1) - 2024-11-25
- added ability to disable saves completely by setting the save slot to 0 (#1954)