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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Jan 13 17:58:00 CET 2009


Revision: 35846
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35846&view=rev
Author:   thebluegr
Date:     2009-01-13 16:57:59 +0000 (Tue, 13 Jan 2009)

Log Message:
-----------
Added a possible FIXME

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

Modified: scummvm/trunk/engines/made/sound.cpp
===================================================================
--- scummvm/trunk/engines/made/sound.cpp	2009-01-13 16:18:22 UTC (rev 35845)
+++ scummvm/trunk/engines/made/sound.cpp	2009-01-13 16:57:59 UTC (rev 35846)
@@ -77,6 +77,10 @@
 			workSample = 0;
 
 			soundEnergyItem.energy = 0;
+			// FIXME: I believe that this should be added in a different manner than the
+			// rest of the values. 0 means "mouth shut", but it seems to be occuring too
+			// often. Removing this bit makes the mouth of the lighthouse keeper move
+			// without going too much off-sync. If I'm wrong here, please remove this.
 			if (soundEnergyArray)
 				soundEnergyArray->push_back(soundEnergyItem);
 


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