Nightly 2024-02-06
Downloads:
Bug Fixes
Player
- reset global variables on continue game for replays
f3b34561f
- actually stop mp3/ogg
994d743dc
Due to a bug ogg and mp3 formats were really just "paused" when told to stop, so setting the volume afterwards would result in resuming music that was meant to be over.
- ambient/background sfx volume not being set
52594bfc7
The recent removal of "digi_volume" made all background sfx play at full volume. Fixed that.
Additionally, fixed a bug in the sound dialog that skipped the first sfx when adjusting currently playing sounds to the new volume. That first sfx is often a background sfx.
Editor
- combo animations not resetting after using combo selector in dialogs
99ab2ae95