aboutsummaryrefslogtreecommitdiff
path: root/scumm/player_v1.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_v1.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_v1.h')
-rw-r--r--scumm/player_v1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/player_v1.h b/scumm/player_v1.h
index ad10f09d61..9adada0097 100644
--- a/scumm/player_v1.h
+++ b/scumm/player_v1.h
@@ -58,7 +58,7 @@ protected:
void clear_channel(int i);
void chainSound(int nr, byte *data);
- void do_mix (int16 *buf, uint len);
+ void do_mix(int16 *buf, uint len);
void set_mplex(uint mplex);
void parseSpeakerChunk();