aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-07-24 14:24:34 +0000
committerTravis Howell2004-07-24 14:24:34 +0000
commitce620d17fd46a4187bc7b0287410e2b926826b43 (patch)
tree940535d2889efd9a466de06007afe2b0f7b5e3da /scumm/sound.cpp
parent370cf65966a0a14e12dbc8db68b2f0b3f6f1c546 (diff)
downloadscummvm-rg350-ce620d17fd46a4187bc7b0287410e2b926826b43.tar.gz
scummvm-rg350-ce620d17fd46a4187bc7b0287410e2b926826b43.tar.bz2
scummvm-rg350-ce620d17fd46a4187bc7b0287410e2b926826b43.zip
Remove lefts overs of old hack
svn-id: r14320
Diffstat (limited to 'scumm/sound.cpp')
-rw-r--r--scumm/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index bbc9bb08ac..e6006f8893 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -875,7 +875,7 @@ void Sound::soundKludge(int *list, int num) {
}
}
-void Sound::talkSound(uint32 a, uint32 b, int mode, int frame) {
+void Sound::talkSound(uint32 a, uint32 b, int mode) {
if (mode == 1) {
_talk_sound_a1 = a;
_talk_sound_b1 = b;