summaryrefslogtreecommitdiffstats
path: root/mbbsd/reversi.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/reversi.c')
-rw-r--r--mbbsd/reversi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/reversi.c b/mbbsd/reversi.c
index f32689c5..6bc3f6df 100644
--- a/mbbsd/reversi.c
+++ b/mbbsd/reversi.c
@@ -346,6 +346,7 @@ reversi_genlog(ChessInfo* info, FILE* fp, ChessGameResult result)
const int nStep = info->history.used;
int i;
+ if (big_picture)
for (i = 2; i <= 21; i++)
fprintf(fp, "%.*s\n", big_picture[i].len, big_picture[i].data);