scripts: switch to windows lineendings

develop
jj 2013-04-21 14:21:53 +02:00
parent d7f5f06d18
commit ba4f649b3c
18 changed files with 1374 additions and 1374 deletions

@ -17,7 +17,7 @@ df.world.buildings.all.each { |bld|
count += 1 count += 1
occ.unit = occ.unit_grounded = false occ.unit = occ.unit_grounded = false
end end
if occ.item and not df.world.items.all.find { |i| i.pos.x == bld.x1 and i.pos.y == bld.y1 and u.pos.z == bld.z } if occ.item and not df.world.items.all.find { |i| i.pos.x == bld.x1 and i.pos.y == bld.y1 and i.pos.z == bld.z }
count += 1 count += 1
occ.item = false occ.item = false
end end