summaryrefslogtreecommitdiffstats
path: root/mbbsd/chc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/chc.c')
-rw-r--r--mbbsd/chc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mbbsd/chc.c b/mbbsd/chc.c
index 6a77886b..19fce8fb 100644
--- a/mbbsd/chc.c
+++ b/mbbsd/chc.c
@@ -326,6 +326,9 @@ chc_genlog(ChessInfo* info, FILE* fp, ChessGameResult result)
board_t board;
int i;
+ fprintf(fp, "按 z 可進入打譜模式\n");
+ fprintf(fp, "\n");
+
if (info->myturn == RED)
fprintf(fp, "%s(%d) V.S. %s(%d)\n",
info->user1.userid, info->user1.orig_rating,