diff options
| -rw-r--r-- | engines/cge2/sound.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/cge2/sound.cpp b/engines/cge2/sound.cpp index c34eb00c01..a3accdfa92 100644 --- a/engines/cge2/sound.cpp +++ b/engines/cge2/sound.cpp @@ -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 | 
