From 35980d801ab7440ae235ff6452a9976647f8aab4 Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sat, 31 May 2025 21:40:17 -0700 Subject: [PATCH] forgot my increments! --- vacuum_gambit.p8 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vacuum_gambit.p8 b/vacuum_gambit.p8 index 497a720..494da78 100644 --- a/vacuum_gambit.p8 +++ b/vacuum_gambit.p8 @@ -1514,14 +1514,14 @@ function flotilla:load(ulc_cx, ulc_cy, lvl) [13]=0, } repeat - local row,cx,opt,f = {},ulc_cx,{},0 + local row,cx,opt,f,mode= {},ulc_cx,{},0,0 for i,v in ipairs(self.opt_odds) do opt[i*4-4]=rnd()