habit game show full puzzle before moving on

This commit is contained in:
2022-02-09 14:33:38 -07:00
parent d71d9df5c1
commit 331d2f3311

View File

@@ -26,7 +26,7 @@
&mut i 0
&mut currentRewardFile null]
// Find, load, and add the current reward image as big as possible:
(while (>= p .startingPoints (nth m.rewardFiles i))
(while (> p .startingPoints (nth m.rewardFiles i))
(set currentRewardFile (nth m.rewardFiles i))
(if (>= ++i m.rewardFiles.length)
(break)))