actually add ships we keep

This commit is contained in:
Kistaro Windrider 2025-05-31 21:02:26 -07:00
parent fa206c37c5
commit 267f8a3667
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

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