[Scummvm-cvs-logs] CVS: scummvm/gob goblin.cpp,1.8,1.9

Joost Peters joostp at users.sourceforge.net
Sun Apr 10 05:33:52 CEST 2005


Update of /cvsroot/scummvm/scummvm/gob
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9085/gob

Modified Files:
	goblin.cpp 
Log Message:
fix another "x = y" type copy/paste bug, unfortunately this still doesn't fix the jumping goblin in the first scene


Index: goblin.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/goblin.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- goblin.cpp	9 Apr 2005 23:13:46 -0000	1.8
+++ goblin.cpp	10 Apr 2005 12:32:56 -0000	1.9
@@ -2941,8 +2941,8 @@
 		map_curGoblinX = xPos;
 
 		gob_gobPositions[item].y = yPos;
-		gob_pressedMapX = yPos;
-		map_curGoblinX = yPos;
+		gob_pressedMapY = yPos;
+		map_curGoblinY = yPos;
 
 		*gob_curGobScrXVarPtr = objDesc->xPos;
 		*gob_curGobScrYVarPtr = objDesc->yPos;





More information about the Scummvm-git-logs mailing list