[Scummvm-cvs-logs] SF.net SVN: scummvm: [24306] scummvm/trunk/engines/agos/charset.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sat Oct 14 08:23:24 CEST 2006


Revision: 24306
          http://svn.sourceforge.net/scummvm/?rev=24306&view=rev
Author:   kirben
Date:     2006-10-13 23:23:19 -0700 (Fri, 13 Oct 2006)

Log Message:
-----------
Fix charset palette in Elvira 2/WW

Modified Paths:
--------------
    scummvm/trunk/engines/agos/charset.cpp

Modified: scummvm/trunk/engines/agos/charset.cpp
===================================================================
--- scummvm/trunk/engines/agos/charset.cpp	2006-10-14 06:12:12 UTC (rev 24305)
+++ scummvm/trunk/engines/agos/charset.cpp	2006-10-14 06:23:19 UTC (rev 24306)
@@ -1577,6 +1577,8 @@
 	}
 
 	color = window->text_color;
+	if (getGameType() == GType_ELVIRA2 || getGameType() == GType_WW)
+		color += dst[0] & 0xF0;
 
 	do {
 		int8 b = *src++;


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