[Scummvm-cvs-logs] SF.net SVN: scummvm:[36298] scummvm/trunk/common/scummsys.h

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Fri Feb 13 07:17:43 CET 2009


Revision: 36298
          http://scummvm.svn.sourceforge.net/scummvm/?rev=36298&view=rev
Author:   eriktorbjorn
Date:     2009-02-13 06:17:43 +0000 (Fri, 13 Feb 2009)

Log Message:
-----------
Changed OverlayColor from int16 to uint16 to fix the strange colours that
appeared in the GUI with r36288. At least, it fixes the problem for me. I hope I
didn't accidentally break anything else.

Modified Paths:
--------------
    scummvm/trunk/common/scummsys.h

Modified: scummvm/trunk/common/scummsys.h
===================================================================
--- scummvm/trunk/common/scummsys.h	2009-02-13 05:53:54 UTC (rev 36297)
+++ scummvm/trunk/common/scummsys.h	2009-02-13 06:17:43 UTC (rev 36298)
@@ -449,7 +449,7 @@
 	typedef byte OverlayColor;
 #else
 	// 15/16 bit color mode everywhere else...
-	typedef int16 OverlayColor;
+	typedef uint16 OverlayColor;
 #endif
 
 


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