aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.h
diff options
context:
space:
mode:
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 7bd54ed6cd..9e82d2a6a0 100644
--- a/scumm/sound.h
+++ b/scumm/sound.h
@@ -125,7 +125,7 @@ public:
void stopTalkSound();
bool isMouthSyncOff(uint pos);
int isSoundRunning(int sound) const;
- bool isSoundActive(int sound) const;
+ bool isSoundInUse(int sound) const;
bool isSoundInQueue(int sound) const;
void stopSound(int a);
void stopAllSounds();