From ecddb56d72fec13b1e2935212bae083d79e05f83 Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Fri, 20 Jun 2025 17:50:03 -0700 Subject: [PATCH] loops work better when you increment them --- vacuum_gambit.p8 | 1 + 1 file changed, 1 insertion(+) diff --git a/vacuum_gambit.p8 b/vacuum_gambit.p8 index f52b41c..b543287 100644 --- a/vacuum_gambit.p8 +++ b/vacuum_gambit.p8 @@ -1443,6 +1443,7 @@ collider = mknew{ -- prepare yoink n.prev = p p = n + n = n.next end end, }