Skip to content
Snippets Groups Projects
Commit b5c56bbe authored by DarkGod's avatar DarkGod
Browse files

moarr paranoia

parent a8d4354a
No related branches found
No related tags found
No related merge requests found
......@@ -385,6 +385,7 @@ end
function _M:projectDoStop(typ, tg, damtype, dam, particles, lx, ly, tmp, rx, ry, projectile)
local grids = {}
local function addGrid(x, y)
if not x or not y then return end
if not grids[x] then grids[x] = {} end
grids[x][y] = true
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