From 361c3b95d52babd23b78864e6679334ed1c9e316 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 7 Sep 2003 17:14:56 +0000 Subject: some cleanup; clarified isSoundInUse semantics and the difference between IMuse::get_sound_active and IMuse::getSoundStatus; added lots of const qualifiers to IMuse; rewrote IMuseInternal::getSoundStatus (hopefully not breaking it); added MusicEngine::getSoundStatus svn-id: r10069 --- scumm/player_v2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/player_v2.h') diff --git a/scumm/player_v2.h b/scumm/player_v2.h index 04ab1e84ed..54b98e426b 100644 --- a/scumm/player_v2.h +++ b/scumm/player_v2.h @@ -81,7 +81,7 @@ public: virtual void startSound(int nr); virtual void stopSound(int nr); virtual void stopAllSounds(); - virtual bool getSoundStatus(int nr) const; + virtual int getSoundStatus(int nr) const; virtual int getMusicTimer() const; protected: -- cgit v1.2.3