share/hedgewars/Data/Scripts/TechMaps.lua
changeset 14231 74bf2d906097
parent 14070 a5be3ef4bbbe
equal deleted inserted replaced
14230:8edbdd3a1fe7 14231:74bf2d906097
  1359     FlushPoints()
  1359     FlushPoints()
  1360 end
  1360 end
  1361 
  1361 
  1362 function LoadMap(mID)
  1362 function LoadMap(mID)
  1363 
  1363 
       
  1364 	local tempG
  1364 	techX = {}
  1365 	techX = {}
  1365 	techY = {}
  1366 	techY = {}
  1366 	techCount = 1
  1367 	techCount = 1
  1367 
  1368 
  1368 	if mID == 1 then
  1369 	if mID == 1 then