From 02022e323d5366d33166dfda21915f787c8621b1 Mon Sep 17 00:00:00 2001
From: kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>
Date: Sun, 24 Oct 2004 12:35:18 +0000
Subject: fix chess piece name (wrong side)

git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2276 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
---
 mbbsd/chc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 }
-- 
cgit v1.2.3