Developer postOriginal post (opens in a new tab)

Silence is not golden

It was found that when a game begins, sometimes there is a silence before the game starts and sometimes a combat sound effect won't play. This is found to be that when setting the volume, the code errantly used the PREVIOUS volume, and saved the value of the new volume, but not set it. The code flow was fixed.