aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/sound_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/sound_manager.h')
-rw-r--r--engines/titanic/sound/sound_manager.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/engines/titanic/sound/sound_manager.h b/engines/titanic/sound/sound_manager.h
index ce9ef7f2d3..7ad5c8f51a 100644
--- a/engines/titanic/sound/sound_manager.h
+++ b/engines/titanic/sound/sound_manager.h
@@ -240,9 +240,9 @@ private:
int _channelsMode[16];
private:
/**
- * Flushes designated channels
+ * Stops a designated range of channels
*/
- void flushChannels(int channel);
+ void stopChannels(int channel);
/**
* Updates the volume for a channel
@@ -270,6 +270,11 @@ private:
* Sets a channel volume
*/
void setChannelVolume(int iChannel, uint volume, uint mode);
+
+ /**
+ * Flushes channels
+ */
+ int flushChannels(int iChannel);
public:
int _field18;
int _field1C;