mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 20:01:25 +00:00
NANCY: Disable SoundDescriptions by default
Added a default name of NO SOUND for all sound descriptions, which fixes at least one instance where an uninitialized description would cause sound to stop playing in nancy5
This commit is contained in:
parent
58a34027b2
commit
7715eb98cb
@ -245,7 +245,7 @@ struct SoundEffectDescription {
|
||||
|
||||
// Descrbes a single sound. Combines four different structs found in the data in one
|
||||
struct SoundDescription {
|
||||
Common::String name;
|
||||
Common::String name = "NO SOUND";
|
||||
uint16 channelID = 0;
|
||||
uint16 playCommands = 1;
|
||||
uint16 numLoops = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user