From c10905b975a2bf929b1e053525907663879fdb7f Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 27 Jun 2003 00:10:17 +0000 Subject: cleanup svn-id: r8662 --- scumm/player_v2.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'scumm/player_v2.h') diff --git a/scumm/player_v2.h b/scumm/player_v2.h index 32ec8345f9..7680754c82 100644 --- a/scumm/player_v2.h +++ b/scumm/player_v2.h @@ -80,13 +80,13 @@ public: void startSound(int nr, byte *data); void stopSound(int nr); void stopAllSounds(); - int getSoundStatus(int nr); - int getMusicTimer(); + bool getSoundStatus(int nr) const; + int getMusicTimer() const; private: + bool _isV3Game; SoundMixer *_mixer; - Scumm *_scumm; - + OSystem *_system; bool _pcjr; int _header_len; @@ -116,7 +116,6 @@ private: byte *next_data; byte *retaddr; - OSystem *_system; void *_mutex; void mutex_up() { _system->lock_mutex (_mutex); } void mutex_down() { _system->unlock_mutex (_mutex); } -- cgit v1.2.3