diff options
author | Paweł Kołodziejski | 2004-01-18 16:07:49 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2004-01-18 16:07:49 +0000 |
commit | 5f2d92340e23288a581e52a023b4b9603ab5b878 (patch) | |
tree | 878a03122cbeb8cc46fab864dead452ce1911f19 /scumm | |
parent | 130abce642cf7e76e1f5a657b3e4bd1f886a194a (diff) | |
download | scummvm-rg350-5f2d92340e23288a581e52a023b4b9603ab5b878.tar.gz scummvm-rg350-5f2d92340e23288a581e52a023b4b9603ab5b878.tar.bz2 scummvm-rg350-5f2d92340e23288a581e52a023b4b9603ab5b878.zip |
removed no needed call
svn-id: r12486
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/imuse_digi/dimuse.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/imuse_digi/dimuse.h b/scumm/imuse_digi/dimuse.h index 7939e2c77a..58169f02ad 100644 --- a/scumm/imuse_digi/dimuse.h +++ b/scumm/imuse_digi/dimuse.h @@ -117,8 +117,6 @@ public: void startVoice(int soundId, AudioStream *input) { debug(5, "startVoiceStream(%d)", soundId); startSound(soundId, NULL, 0, IMUSE_VOICE, input, false, 0, 127); } - void startVoice(int soundId) - { debug(5, "startVoiceBundle(%d)", soundId); startSound(soundId, NULL, IMUSE_BUNDLE, IMUSE_VOICE, NULL, false, 0, 127); } void startVoice(int soundId, const char *soundName) { debug(5, "startVoiceBundle(%s)", soundName); startSound(soundId, soundName, IMUSE_BUNDLE, IMUSE_VOICE, NULL, false, 0, 127); } void startMusic(int soundId, bool sequence, int volume) |