Change the representation of draw.

This commit is contained in:
vonavi
2015-01-01 13:54:56 +03:00
parent 8ddd334f99
commit 8892d0c639
2 changed files with 2 additions and 2 deletions

View File

@@ -307,7 +307,7 @@ function game_get_result {
if [[ $res == 1/2-1/2 ]]; then
# Representation of draw
res=1/2
res="½-½"
elif [[ $ply_fst != $white ]]; then
res=$(rev <<< $res)
fi