[Scummvm-cvs-logs] SF.net SVN: scummvm: [20482] scummvm/trunk/kyra/screen.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Fri Feb 10 11:50:03 CET 2006


Revision: 20482
Author:   lordhoto
Date:     2006-02-10 11:49:08 -0800 (Fri, 10 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20482&view=rev

Log Message:
-----------
Fixed gfx bug with shapes with flag 1 enabled.
That means that Brandon now displays correctly when walking around.

Modified Paths:
--------------
    scummvm/trunk/kyra/screen.cpp
Modified: scummvm/trunk/kyra/screen.cpp
===================================================================
--- scummvm/trunk/kyra/screen.cpp	2006-02-10 17:20:10 UTC (rev 20481)
+++ scummvm/trunk/kyra/screen.cpp	2006-02-10 19:49:08 UTC (rev 20482)
@@ -1524,7 +1524,7 @@
 							table[0x100+tableIndex] = value;
 							table[value] = tableIndex;
 							++tableIndex;
-							value = tableIndex;
+							value = table[value];
 						}
 					} else {
 						value = table[value];







More information about the Scummvm-git-logs mailing list