diff options
Diffstat (limited to 'chessboard.arc.t')
-rw-r--r-- | chessboard.arc.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chessboard.arc.t b/chessboard.arc.t index 00f0723b..14c649f0 100644 --- a/chessboard.arc.t +++ b/chessboard.arc.t @@ -192,7 +192,7 @@ (awhen rep.routine!error (prn "error - " it))) ;? (prn memory*.1) -(when (~memory-contains-array memory*.1 +(when (~screen-contains memory*.1 20 (+ "8 | r n b q k b n r " "7 | p p p p p p p p " "6 | _ _ _ _ _ _ _ _ " @@ -249,7 +249,7 @@ (awhen rep.routine!error (prn "error - " it))) ;? (prn memory*.1) -(when (~memory-contains-array memory*.1 +(when (~screen-contains memory*.1 20 (+ "8 | r n b q k b n r " "7 | p p p p p p p p " "6 | _ _ _ _ _ _ _ _ " |