aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-03-16 23:22:23 +0000
committerTorbjörn Andersson2006-03-16 23:22:23 +0000
commit05e0542452798b39fd2debe6e8c125e3f6b6f401 (patch)
tree812f74a818df73b25bd72f3c262e2299ffb676eb /engines/kyra/sound.h
parent1d8e206333a25fe9a81d29c74144af951425eebe (diff)
downloadscummvm-rg350-05e0542452798b39fd2debe6e8c125e3f6b6f401.tar.gz
scummvm-rg350-05e0542452798b39fd2debe6e8c125e3f6b6f401.tar.bz2
scummvm-rg350-05e0542452798b39fd2debe6e8c125e3f6b6f401.zip
More cleanups and renamings: _sfxSecondByteOfSong -> _sfxPriority
Added some comments on the strange but probably harmless things going on in playSoundEffect() svn-id: r21340
Diffstat (limited to 'engines/kyra/sound.h')
-rw-r--r--engines/kyra/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/sound.h b/engines/kyra/sound.h
index 348f1768e4..158270c201 100644
--- a/engines/kyra/sound.h
+++ b/engines/kyra/sound.h
@@ -112,7 +112,7 @@ private:
int _sfxPlayingSound;
Common::String _soundFileLoaded;
- uint8 _sfxSecondByteOfSong;
+ uint8 _sfxPriority;
uint8 _sfxFourthByteOfSong;
};