a few minor but important world renderer fixes & impr

This commit is contained in:
Vitaly Turovsky 2024-04-17 05:34:20 +03:00
commit 9a8ff32f5a
10 changed files with 63 additions and 12 deletions

View file

@ -40,7 +40,6 @@ subscribeKey(miscUiState, 'gameLoaded', async () => {
return
}
if (!options.volume) return
console.debug('play sound', soundId)
const parts = soundString.split(';')
const soundVolume = +parts[0]!
const soundName = parts[1]!