summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/chc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/chc.c b/mbbsd/chc.c
index a5a6b0cf..f2c22fbd 100644
--- a/mbbsd/chc.c
+++ b/mbbsd/chc.c
@@ -216,7 +216,7 @@ getstep(board_t board, rc_t *from, rc_t *to, char buf[])
if(board[to->r][to->c]) {
len+=sprintf(buf+len,"ĄG%s%s\033[m",
turn_color[turn^1],
- chess_str[turn][CHE_P(board[to->r][to->c])]);
+ chess_str[turn^1][CHE_P(board[to->r][to->c])]);
}
return buf;
}