Skip to content

Commit

Permalink
Refresh screen while building and solving maze.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfivet committed May 10, 2020
1 parent 659ada8 commit 9b65559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions blindmaz.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ store-procedure probe
!else
set %res FALSE
!endif
update-screen
!endm

set %D 0 # looking EAST
Expand Down
1 change: 1 addition & 0 deletions maze.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ set %cnt &tim &sub &div %w 2 1 &sub &div %l 2 1
set $curchar 32
set %flags 0
set %cnt &sub %cnt 1
update-screen
!endif
!endif
set $curline %y
Expand Down

0 comments on commit 9b65559

Please sign in to comment.