aboutsummaryrefslogtreecommitdiff
path: root/ttt.jai
diff options
context:
space:
mode:
Diffstat (limited to 'ttt.jai')
-rw-r--r--ttt.jai2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttt.jai b/ttt.jai
index 7446567..7ccf803 100644
--- a/ttt.jai
+++ b/ttt.jai
@@ -393,7 +393,7 @@ move_task :: (using db: *Database, source: s64, target: s64) {
tasks[source + it] = tasks[source + it + 1];
}
else {
- for < move_size-1..0
+ for #v2 < 0..move_size-1
tasks[target + it + 1] = tasks[target + it];
}