[Scummvm-cvs-logs] SF.net SVN: scummvm:[34027] scummvm/trunk/engines/kyra/sound_towns.cpp

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Tue Aug 19 11:26:42 CEST 2008


Revision: 34027
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34027&view=rev
Author:   anotherguest
Date:     2008-08-19 09:26:41 +0000 (Tue, 19 Aug 2008)

Log Message:
-----------
Use the correct and specified datatype int32 instead of only int.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/sound_towns.cpp

Modified: scummvm/trunk/engines/kyra/sound_towns.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sound_towns.cpp	2008-08-19 09:25:58 UTC (rev 34026)
+++ scummvm/trunk/engines/kyra/sound_towns.cpp	2008-08-19 09:26:41 UTC (rev 34027)
@@ -1358,7 +1358,7 @@
 	bool _enableRight;
 	bool _updateEnvelopeParameters;
 	const uint8 _idFlag;
-	int _feedbuf[3];
+	int32 _feedbuf[3];
 
 protected:
 	void setupPitchWheel();


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