[Scummvm-cvs-logs] SF.net SVN: scummvm:[41286] scummvm/trunk/engines/scumm/player_v2.h

sev at users.sourceforge.net sev at users.sourceforge.net
Sat Jun 6 20:23:24 CEST 2009


Revision: 41286
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41286&view=rev
Author:   sev
Date:     2009-06-06 18:23:24 +0000 (Sat, 06 Jun 2009)

Log Message:
-----------
Shut gcc warning.

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/player_v2.h

Modified: scummvm/trunk/engines/scumm/player_v2.h
===================================================================
--- scummvm/trunk/engines/scumm/player_v2.h	2009-06-06 18:23:05 UTC (rev 41285)
+++ scummvm/trunk/engines/scumm/player_v2.h	2009-06-06 18:23:24 UTC (rev 41286)
@@ -198,10 +198,10 @@
 		byte *freqOutput;
 		byte *octaveOutput;
 		
-		int8 channel;
+		uint8 channel;
 		int8 sustainLevel;
 		int8 attackRate;
-		int8 maxAmpl;
+		uint8 maxAmpl;
 		int8 decayRate;
 		int8 sustainRate;
 		int8 releaseRate;


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