From 05cff85fa700820061fe84af957ac916355ecc8d Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Sun, 5 Sep 2010 12:47:15 +0000
Subject: [PATCH] fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@1147 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/class/Actor.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/game/modules/tome/class/Actor.lua b/game/modules/tome/class/Actor.lua
index 04055d07d1..14b7e2ad2a 100644
--- a/game/modules/tome/class/Actor.lua
+++ b/game/modules/tome/class/Actor.lua
@@ -330,6 +330,7 @@ function _M:doQuake(tg, x, y)
 				if e.x and e.y then e.x, e.ly = l.x, l.y end
 			-- If it can move, move it
 			elseif e.x and e.y and e.move then
+				e.x = nil e.y = nil
 				e:move(l.x, l.y, true)
 			end
 		end
-- 
GitLab