[Scummvm-cvs-logs] SF.net SVN: scummvm:[34026] scummvm/branches/branch-0-12-0/engines/kyra/ sound_towns.cpp

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Tue Aug 19 11:25:59 CEST 2008


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

Log Message:
-----------
Use the correct and specified datatype.

Modified Paths:
--------------
    scummvm/branches/branch-0-12-0/engines/kyra/sound_towns.cpp

Modified: scummvm/branches/branch-0-12-0/engines/kyra/sound_towns.cpp
===================================================================
--- scummvm/branches/branch-0-12-0/engines/kyra/sound_towns.cpp	2008-08-19 08:54:28 UTC (rev 34025)
+++ scummvm/branches/branch-0-12-0/engines/kyra/sound_towns.cpp	2008-08-19 09:25:58 UTC (rev 34026)
@@ -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