summaryrefslogtreecommitdiffstats
path: root/mbbsd/go.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-21 15:05:16 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-21 15:05:16 +0800
commit12a7296bac13fc1d7d3540ef0b474002ae023234 (patch)
tree4f9ea81d3628bbae829926e41893b533dd85de8e /mbbsd/go.c
parent42b38c0d4e60d42a70abce4c1cb4ad357680b383 (diff)
downloadpttbbs-12a7296bac13fc1d7d3540ef0b474002ae023234.tar
pttbbs-12a7296bac13fc1d7d3540ef0b474002ae023234.tar.gz
pttbbs-12a7296bac13fc1d7d3540ef0b474002ae023234.tar.bz2
pttbbs-12a7296bac13fc1d7d3540ef0b474002ae023234.tar.lz
pttbbs-12a7296bac13fc1d7d3540ef0b474002ae023234.tar.xz
pttbbs-12a7296bac13fc1d7d3540ef0b474002ae023234.tar.zst
pttbbs-12a7296bac13fc1d7d3540ef0b474002ae023234.zip
- talk: big_picture free version, prepared for pfterm
- chess family: check the exisitance of big_picture. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3716 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/go.c')
-rw-r--r--mbbsd/go.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/go.c b/mbbsd/go.c
index f92c82fd..701d4365 100644
--- a/mbbsd/go.c
+++ b/mbbsd/go.c
@@ -837,6 +837,7 @@ go_genlog(ChessInfo* info, FILE* fp, ChessGameResult result)
sethand = step->loc.r;
}
+ if (big_picture)
for (i = 1; i <= 22; i++)
fprintf(fp, "%.*s\n", big_picture[i].len, big_picture[i].data);