aboutsummaryrefslogtreecommitdiff
path: root/scumm/player_v3a.h
diff options
context:
space:
mode:
authorMax Horn2003-09-07 17:14:56 +0000
committerMax Horn2003-09-07 17:14:56 +0000
commit361c3b95d52babd23b78864e6679334ed1c9e316 (patch)
tree97538bbcab6862f5a5c5a88e681907ba301e44c6 /scumm/player_v3a.h
parent38402315d5cb34b610db2eaf9025c307ed8ba374 (diff)
downloadscummvm-rg350-361c3b95d52babd23b78864e6679334ed1c9e316.tar.gz
scummvm-rg350-361c3b95d52babd23b78864e6679334ed1c9e316.tar.bz2
scummvm-rg350-361c3b95d52babd23b78864e6679334ed1c9e316.zip
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
Diffstat (limited to 'scumm/player_v3a.h')
-rw-r--r--scumm/player_v3a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/player_v3a.h b/scumm/player_v3a.h
index 9ba7348395..57f17a8c36 100644
--- a/scumm/player_v3a.h
+++ b/scumm/player_v3a.h
@@ -45,7 +45,7 @@ public:
virtual int getMusicTimer() const;
virtual void playMusic();
- virtual bool getSoundStatus(int nr) const;
+ virtual int getSoundStatus(int nr) const;
protected:
SoundMixer *_mixer;