diff options
Diffstat (limited to 'src/stubs.c')
| -rw-r--r-- | src/stubs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stubs.c b/src/stubs.c index 677fda7..0048294 100644 --- a/src/stubs.c +++ b/src/stubs.c @@ -146,8 +146,8 @@ void UpdateAllFMVTextures() /* psndplat.cpp */ ACTIVESOUNDSAMPLE ActiveSounds[SOUND_MAXACTIVE]; -ACTIVESOUNDSAMPLE BlankActiveSound = {SID_NOSOUND,ASP_Minimum,0,0,NULL,0,0,0,0,0,{{0,0,0},0,0},NULL, NULL, NULL}; -SOUNDSAMPLEDATA BlankGameSound = {0,0,0,0,NULL,0,NULL}; +ACTIVESOUNDSAMPLE BlankActiveSound = {SID_NOSOUND,ASP_Minimum,0,0,NULL,0,0,0,0,0, { {0,0,0},{0,0,0},0,0 }, NULL, NULL, NULL}; +SOUNDSAMPLEDATA BlankGameSound = {0,0,0,0,NULL,0,0,NULL,0}; SOUNDSAMPLEDATA GameSounds[SID_MAXIMUM]; int PlatStartSoundSys() |
