mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +03:00
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:
parent
38b473841f
commit
dd61414687
3 changed files with 2 additions and 0 deletions
BIN
data/tr2/ship/music/57.mp3
Normal file
BIN
data/tr2/ship/music/57.mp3
Normal file
Binary file not shown.
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue