aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xshare/hackvr/examples/tictactoe/game.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hackvr/examples/tictactoe/game.sh b/share/hackvr/examples/tictactoe/game.sh
index 92192cc..a2adeb1 100755
--- a/share/hackvr/examples/tictactoe/game.sh
+++ b/share/hackvr/examples/tictactoe/game.sh
@@ -31,7 +31,7 @@ grep --line-buffered action \
cat "marker$turn" | offsetshape.sh $translatex "$(expr "$translatey" - 2 )" 0
grep "$group" $BOARDFILE | sed "s/$group/_marked/g"
else
- xmessage "what? $group"
+ printf "# clicked outside of the game board.\n" >&2
fi
fi
done