aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/music.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lab/music.h')
-rw-r--r--engines/lab/music.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/lab/music.h b/engines/lab/music.h
index 86ebeef880..472fe4fef7 100644
--- a/engines/lab/music.h
+++ b/engines/lab/music.h
@@ -50,7 +50,6 @@ private:
LabEngine *_vm;
Common::File *_musicFile;
- uint16 _curRoomMusic;
uint32 _storedPos;
Audio::SoundHandle _musicHandle;
@@ -72,7 +71,7 @@ public:
/**
* Checks the music that should be playing in a particular room.
*/
- void checkRoomMusic();
+ void checkRoomMusic(uint16 prevRoom, uint16 newRoom);
/**
* Frees up the music buffers and closes the file.