[Scummvm-cvs-logs] SF.net SVN: scummvm:[39840] scummvm/trunk/engines/kyra/scene_lol.cpp

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Sat Apr 4 16:10:53 CEST 2009


Revision: 39840
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39840&view=rev
Author:   athrxx
Date:     2009-04-04 14:10:53 +0000 (Sat, 04 Apr 2009)

Log Message:
-----------
LOL: - minor item drawing bug fix

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/scene_lol.cpp

Modified: scummvm/trunk/engines/kyra/scene_lol.cpp
===================================================================
--- scummvm/trunk/engines/kyra/scene_lol.cpp	2009-04-04 13:19:33 UTC (rev 39839)
+++ scummvm/trunk/engines/kyra/scene_lol.cpp	2009-04-04 14:10:53 UTC (rev 39840)
@@ -1701,7 +1701,7 @@
 
 		uint16 w = _wllWallFlags[s];
 
-		if (i == 16)
+		if (t == 16)
 			w |= 0x80;
 
 		drawBlockEffects(t, 0);


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