[Scummvm-cvs-logs] SF.net SVN: scummvm: [27038] scummvm/trunk/engines/scumm/imuse_digi/dimuse. h
aquadran at users.sourceforge.net
aquadran at users.sourceforge.net
Fri Jun 1 11:02:17 CEST 2007
Revision: 27038
http://scummvm.svn.sourceforge.net/scummvm/?rev=27038&view=rev
Author: aquadran
Date: 2007-06-01 02:02:16 -0700 (Fri, 01 Jun 2007)
Log Message:
-----------
small correction of comment
Modified Paths:
--------------
scummvm/trunk/engines/scumm/imuse_digi/dimuse.h
Modified: scummvm/trunk/engines/scumm/imuse_digi/dimuse.h
===================================================================
--- scummvm/trunk/engines/scumm/imuse_digi/dimuse.h 2007-06-01 08:59:21 UTC (rev 27037)
+++ scummvm/trunk/engines/scumm/imuse_digi/dimuse.h 2007-06-01 09:02:16 UTC (rev 27038)
@@ -81,10 +81,10 @@
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)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list