Spawning: Find entrance doors to building.

This commit is contained in:
Zorman2000
2017-04-10 22:42:21 -04:00
parent 7169035783
commit 55c6146e94
3 changed files with 36 additions and 7 deletions

View File

@ -181,7 +181,7 @@ end
-- for the pathfinding algorithm to use
function pathfinder.find_start_and_end_pos(map)
-- This is for debug
print_map(map)
--print_map(map)
local result = {}
for z,row in pairs(map) do
for x,node in pairs(row) do