aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.h
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.h
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.h')
-rw-r--r--scumm/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/sound.h b/scumm/sound.h
index aab2f377d6..77d04e46b2 100644
--- a/scumm/sound.h
+++ b/scumm/sound.h
@@ -96,7 +96,7 @@ public:
void stopSound(int a);
void stopAllSounds();
void soundKludge(int *list, int num);
- void talkSound(uint32 a, uint32 b, int mode, int frame);
+ void talkSound(uint32 a, uint32 b, int mode);
void setupSound();
void pauseSounds(bool pause);