diff options
author | Paweł Kołodziejski | 2007-06-01 09:02:16 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2007-06-01 09:02:16 +0000 |
commit | 4e08f9d1b1a8c9b7b4be55d8d0fbc1365b8efa4a (patch) | |
tree | dcbfa83e47d900d2c6fd6759a0976510b76501ab /engines/scumm | |
parent | 73623fb326b0a891b341276d52e28c166beef5e9 (diff) | |
download | scummvm-rg350-4e08f9d1b1a8c9b7b4be55d8d0fbc1365b8efa4a.tar.gz scummvm-rg350-4e08f9d1b1a8c9b7b4be55d8d0fbc1365b8efa4a.tar.bz2 scummvm-rg350-4e08f9d1b1a8c9b7b4be55d8d0fbc1365b8efa4a.zip |
small correction of comment
svn-id: r27038
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/imuse_digi/dimuse.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/imuse_digi/dimuse.h b/engines/scumm/imuse_digi/dimuse.h index 150626c7cc..8966b26d07 100644 --- a/engines/scumm/imuse_digi/dimuse.h +++ b/engines/scumm/imuse_digi/dimuse.h @@ -81,10 +81,10 @@ private: int32 soundId; // sound id used by scumm script char soundName[15]; // sound name but also filename of sound in bundle data - bool used; // flag track is used + bool used; // flag mean that track is used bool toBeRemoved; // flag mean that track need to be free bool readyToRemove; // flag mean that track is ready to stop - bool started; // flag mean mixer stream is started/initialized + bool started; // flag mean sound mixer's channel is started bool souStream; // flag mean that track use stream from sou file bool compressed; // flag mean that sound data is compressed by scummvm tools int32 priority; // priority level of played sound (0-127) |