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

oups

git-svn-id: http://svn.net-core.org/repos/t-engine4@1062 51575b47-30f0-44d4-a5cc-537603b46e54
parent fcb4fcd0
No related branches found
No related tags found
No related merge requests found
......@@ -183,9 +183,9 @@ function _M:generate(lev, old_lev)
if define_spot then
assert(define_spot.type, "defineTile auto spot without type field")
assert(define_spot.subtype, "defineTile auto spot without subtype field")
define_tile.x = i-1
define_tile.y = j-1
self.spots[#self.spots+1] = define_tile
define_spot.x = i-1
define_spot.y = j-1
self.spots[#self.spots+1] = define_spot
end
end 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