From 52c2abba96878d3bd731f17ba04b192da3f61deb Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 13 Feb 2010 11:49:18 +0000 Subject: Added the beginnings of scene set-up logic svn-id: r48039 --- engines/m4/sound.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/m4/sound.cpp') diff --git a/engines/m4/sound.cpp b/engines/m4/sound.cpp index 37fe36cf2b..6c8c9edb82 100644 --- a/engines/m4/sound.cpp +++ b/engines/m4/sound.cpp @@ -99,6 +99,10 @@ void Sound::playSound(const char *soundName, int volume, bool loop, int channel) _mixer->playInputStream(Audio::Mixer::kSFXSoundType, &handle->handle, stream, -1, volume); } +void Sound::playSound(int soundNum) { + warning("TODO: playSound(%d)", soundNum); +} + void Sound::pauseSound() { for (int i = 0; i < SOUND_HANDLES; i++) { if (_handles[i].type == kEffectHandle) -- cgit v1.2.3