From 45b70d3acae824d5d76c7705cde869a4c42f2f12 Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sat, 31 May 2025 21:43:51 -0700 Subject: [PATCH] did you know that 4 is not 1? mindboggling! --- vacuum_gambit.p8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vacuum_gambit.p8 b/vacuum_gambit.p8 index 494da78..0103caa 100644 --- a/vacuum_gambit.p8 +++ b/vacuum_gambit.p8 @@ -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