From ec98642dfdf9e113702becebd8cac122ba1cc14d Mon Sep 17 00:00:00 2001 From: dam Date: Sat, 21 Dec 2024 23:21:46 +0000 Subject: Update code to comply with compiler beta 0.1.094. --- ttt.jai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ttt.jai') 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]; } -- cgit v1.2.3