[Scummvm-cvs-logs] SF.net SVN: scummvm:[39734] scummvm/trunk/engines/sci/engine/kgraphics.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun Mar 29 13:56:33 CEST 2009


Revision: 39734
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39734&view=rev
Author:   thebluegr
Date:     2009-03-29 11:56:32 +0000 (Sun, 29 Mar 2009)

Log Message:
-----------
Fixed the colors of the window frames in KQ5

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kgraphics.cpp

Modified: scummvm/trunk/engines/sci/engine/kgraphics.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kgraphics.cpp	2009-03-29 11:22:49 UTC (rev 39733)
+++ scummvm/trunk/engines/sci/engine/kgraphics.cpp	2009-03-29 11:56:32 UTC (rev 39734)
@@ -497,7 +497,7 @@
 
 	case K_GRAPH_DRAW_LINE: {
 
-		gfx_color_t gfxcolor = graph_map_color(s, SKPV(5) & 0xf, SKPV_OR_ALT(6, -1), SKPV_OR_ALT(7, -1));
+		gfx_color_t gfxcolor = graph_map_color(s, SKPV(5), SKPV_OR_ALT(6, -1), SKPV_OR_ALT(7, -1));
 
 		SCIkdebug(SCIkGRAPHICS, "draw_line((%d, %d), (%d, %d), col=%d, p=%d, c=%d, mask=%d)\n",
 		          SKPV(2), SKPV(1), SKPV(4), SKPV(3), SKPV(5), SKPV_OR_ALT(6, -1), SKPV_OR_ALT(7, -1), gfxcolor.mask);


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