tr1/data: fix explosion sprites

Resolves #1985.
This commit is contained in:
Marcin Kurczewski 2024-12-19 23:47:07 +01:00
parent 27d502172c
commit aed25096b9
2 changed files with 1 additions and 0 deletions

View file

@ -39,6 +39,7 @@
- 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)
- fixed the `enable_console` config option not being adhered to (#2063, regression from 4.5)
- fixed random pixels in the injected explosion sprites (#1985, regression from 4.6)
## [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)