did you know that 4 is not 1? mindboggling!

This commit is contained in:
Kistaro Windrider 2025-05-31 21:43:51 -07:00
parent 35980d801a
commit 45b70d3aca
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -1550,7 +1550,7 @@ function flotilla:load(ulc_cx, ulc_cy, lvl)
end
cy += 1
-- control mark bit 0x04: end of flotilla
until f&0x04 == 1
until f&0x04 > 0
self.rows=rows
self:statisfy(counts)
end