actually add ships we keep

This commit is contained in:
2025-05-31 21:02:26 -07:00
parent fa206c37c5
commit 267f8a3667

View File

@ -1580,6 +1580,7 @@ function flotilla:load(ulc_cx, ulc_cy, lvl)
-- keep the row; count it
for s in all(row) do
counts[s.ship_t] += 1
eships:push_back(s)
end
add(rows, row)
end