From e3fbf090350f6a967cc04d9804dbb4ed64e7a1af Mon Sep 17 00:00:00 2001 From: Joost Peters Date: Sun, 10 Apr 2005 12:32:56 +0000 Subject: fix another "x = y" type copy/paste bug, unfortunately this still doesn't fix the jumping goblin in the first scene svn-id: r17507 --- gob/goblin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gob') diff --git a/gob/goblin.cpp b/gob/goblin.cpp index 62f65f9e92..855a14b975 100644 --- a/gob/goblin.cpp +++ b/gob/goblin.cpp @@ -2941,8 +2941,8 @@ void gob_interFunc(void) { 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; -- cgit v1.2.3