summaryrefslogtreecommitdiff
path: root/tetris/tetris.prn
diff options
context:
space:
mode:
Diffstat (limited to 'tetris/tetris.prn')
-rw-r--r--tetris/tetris.prn7
1 files changed, 3 insertions, 4 deletions
diff --git a/tetris/tetris.prn b/tetris/tetris.prn
index ef56158..3f021b9 100644
--- a/tetris/tetris.prn
+++ b/tetris/tetris.prn
@@ -2,13 +2,12 @@
@includeonce "utility.prn"
@includeonce "blocks.prn"
-1 "i" store
-i 8 < while
+0 "i" store
+i b_nblocks < while
io_clearscreen
io_windowbox
- stackdump
0 0 i b_drawblock
1000000 sleep
i 1 + "i" store
-i 8 < end
+i b_nblocks < end
io_pos_after io_goto