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

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sun Oct 8 10:57:31 CEST 2006


Revision: 24195
          http://svn.sourceforge.net/scummvm/?rev=24195&view=rev
Author:   kirben
Date:     2006-10-08 01:57:26 -0700 (Sun, 08 Oct 2006)

Log Message:
-----------
Add invert box difference in Elvira 2

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

Modified: scummvm/trunk/engines/agos/verb.cpp
===================================================================
--- scummvm/trunk/engines/agos/verb.cpp	2006-10-08 08:47:33 UTC (rev 24194)
+++ scummvm/trunk/engines/agos/verb.cpp	2006-10-08 08:57:26 UTC (rev 24195)
@@ -899,6 +899,11 @@
 					color ^= 2;
 					src[i] = color;
 				}
+			} else if (getGameType() == GType_ELVIRA2)  {
+				if (!(color & 1)) {
+					color ^= 2;
+					src[i] = color;
+				}
 			} else {
 				if (a >= color && b < color) {
 					if (c >= color)


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