diff --git a/gib-gab-gob/game.scm b/gib-gab-gob/game.scm index fc7fcaa..70b2434 100644 --- a/gib-gab-gob/game.scm +++ b/gib-gab-gob/game.scm @@ -37,7 +37,7 @@ (begin (board-choose! board peer-mark x y) (switch-turn!) - (format #t "I, the peer, finish my turn.\n")) + (format #t "I have logged the peer's turn.\n")) (error "It's my turn!"))] ;; TODO: These need to go somewhere else so the peer can't move or init for us! [(try-transition) 'playing]