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

Fix disappearing mark of the spellblaze & a few others

git-svn-id: http://svn.net-core.org/repos/t-engine4@4542 51575b47-30f0-44d4-a5cc-537603b46e54
parent 47180d44
No related branches found
No related tags found
No related merge requests found
......@@ -88,8 +88,9 @@ function _M:replaceAll(level)
g:removeAllMOs()
g.__nice_tile_base = base
else
g = g:clone()
g:removeAllMOs()
g.__nice_tile_base = g:clone()
g.__nice_tile_base:removeAllMOs()
end
local id = {g.name or "???"}
......
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