mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
CGE2: Make impossible to dereference nullptr in sndDigiStart().
This commit is contained in:
parent
f35889713c
commit
528ed79575
@ -99,7 +99,7 @@ void Sound::sndDigiStart(SmpInfo *PSmpInfo, Audio::Mixer::SoundType soundType) {
|
||||
handle = &_speechHandle;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
error("Wrong sound type passed to sndDigiStart()");
|
||||
}
|
||||
|
||||
// Start the new sound
|
||||
|
Loading…
x
Reference in New Issue
Block a user