Skip to content
Snippets Groups Projects
Commit fcb617b3 authored by dg's avatar dg
Browse files

Sped up parts of the movement algorithm

git-svn-id: http://svn.net-core.org/repos/t-engine4@6531 51575b47-30f0-44d4-a5cc-537603b46e54
parent 186c29ad
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,6 @@ function _M:block_move(x, y, e, act, couldpass)
-- Path strings
if not e then e = {}
elseif type(e) == "string" then
print("=====COMPUTING", x, y, e)
e = loadstring(e)()
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment