[Scummvm-cvs-logs] SF.net SVN: scummvm:[47461] scummvm/trunk/engines/agos/sound.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sat Jan 23 04:09:30 CET 2010


Revision: 47461
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47461&view=rev
Author:   Kirben
Date:     2010-01-23 03:09:29 +0000 (Sat, 23 Jan 2010)

Log Message:
-----------
Update comments.

Modified Paths:
--------------
    scummvm/trunk/engines/agos/sound.cpp

Modified: scummvm/trunk/engines/agos/sound.cpp
===================================================================
--- scummvm/trunk/engines/agos/sound.cpp	2010-01-23 03:02:56 UTC (rev 47460)
+++ scummvm/trunk/engines/agos/sound.cpp	2010-01-23 03:09:29 UTC (rev 47461)
@@ -271,6 +271,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 #pragma mark -
 
+// This class is only used by speech in Simon1 Amiga CD32
 class RawSound : public BaseSound {
 	const byte _flags;
 public:
@@ -295,10 +296,8 @@
 }
 
 void RawSound::playSound(uint sound, uint loopSound, Audio::Mixer::SoundType type, Audio::SoundHandle *handle, bool loop, int vol) {
-	// FIXME: We ignore loopSound and vol. Is this on purpose?
+	// Sound looping and volume are ignored.
 	_mixer->playInputStream(type, handle, makeAudioStream(sound));
-//	convertVolume(vol);
-//	_mixer->playInputStream(type, handle, new LoopingAudioStream(this, sound, loopSound, loop), -1, vol);
 }
 
 ///////////////////////////////////////////////////////////////////////////////


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