From 4e08f9d1b1a8c9b7b4be55d8d0fbc1365b8efa4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Ko=C5=82odziejski?= Date: Fri, 1 Jun 2007 09:02:16 +0000 Subject: [PATCH] small correction of comment svn-id: r27038 --- engines/scumm/imuse_digi/dimuse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/scumm/imuse_digi/dimuse.h b/engines/scumm/imuse_digi/dimuse.h index 150626c7ccc..8966b26d079 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)