aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gob/goblin.cpp4
1 files changed, 2 insertions, 2 deletions
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;