[Scummvm-cvs-logs] SF.net SVN: scummvm: [22360] scummvm/trunk/engines/simon/vga.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Thu May 4 22:55:02 CEST 2006


Revision: 22360
Author:   kirben
Date:     2006-05-04 22:54:35 -0700 (Thu, 04 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22360&view=rev

Log Message:
-----------
Fix inventory arrows regression in Simon 1

Modified Paths:
--------------
    scummvm/trunk/engines/simon/vga.cpp
Modified: scummvm/trunk/engines/simon/vga.cpp
===================================================================
--- scummvm/trunk/engines/simon/vga.cpp	2006-05-05 05:53:36 UTC (rev 22359)
+++ scummvm/trunk/engines/simon/vga.cpp	2006-05-05 05:54:35 UTC (rev 22360)
@@ -1737,7 +1737,7 @@
 
 	vte = _vgaTimerList;
 	while (vte->delay) {
-		if ((getGameType() == GType_SIMON1) && vsp->id == 128) {
+		if ((getGameType() == GType_SIMON1) && vte->sprite_id == 128) {
 			vte++;
 		} else {
 			vte2 = vte;


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