aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/music_room_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/music_room_handler.h')
-rw-r--r--engines/titanic/sound/music_room_handler.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/titanic/sound/music_room_handler.h b/engines/titanic/sound/music_room_handler.h
index 869ce98bb1..9102ad4243 100644
--- a/engines/titanic/sound/music_room_handler.h
+++ b/engines/titanic/sound/music_room_handler.h
@@ -56,6 +56,8 @@ class CMusicRoomHandler {
int _v1;
int _v2;
Array5Entry() : _v1(0), _v2(0) {}
+
+ void clear() { _v1 = _v2 = 0; }
};
private:
CProjectItem *_project;
@@ -95,7 +97,7 @@ public:
CMusicWave *createMusicWave(MusicInstrument instrument, int count);
/**
- * Sets the volume and ??? other stuff
+ * TODO: Verify - this starts the given music?
*/
void setVolume(int volume);