tr2/data: remove silence from gong track (#1726)

This strips the ~1.5 seconds of silence out of the gong audio track so
that it's in sync with Lara striking the gong itself.

Resolves #1725.
This commit is contained in:
lahm86 2024-10-18 11:44:57 +01:00 committed by GitHub
parent 38b473841f
commit dd61414687
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 0 deletions

BIN
data/tr2/ship/music/57.mp3 Normal file

Binary file not shown.

View file

@ -1,6 +1,7 @@
## [Unreleased](https://github.com/LostArtefacts/TRX/compare/tr2-0.5...develop) - ××××-××-××
- fixed `/give` not working with weapons (regression from 0.5)
- fixed the camera being cut off after using the gong hammer in Ice Palace (#1580)
- fixed the audio not being in sync when Lara strikes the gong in Ice Palace (#1725)
- improved switch object names
- Switch Type 1 renamed to "Airlock Switch"
- Switch Type 2 renamed to "Small Switch"

View file

@ -37,6 +37,7 @@ decompilation process. We recognize that there is much work to be done.
#### Audio
- fixed music not playing with certain game versions
- fixed the audio not being in sync when Lara strikes the gong in Ice Palace
#### Mods
- added developer console (accessible with `/`, see [COMMANDS.md](COMMANDS.md) for details)