summaryrefslogtreecommitdiffstats
path: root/mbbsd/pmore.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/pmore.c')
-rw-r--r--mbbsd/pmore.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mbbsd/pmore.c b/mbbsd/pmore.c
index 3eddc925..7459a6a4 100644
--- a/mbbsd/pmore.c
+++ b/mbbsd/pmore.c
@@ -2352,6 +2352,10 @@ pmore(char *fpath, int promptend)
MFDISP_DIRTY();
break;
#endif
+
+ case 'z':
+ ChessReplayGame(fpath);
+ break;
}
/* DO NOT DO ANYTHING HERE. NOT SAFE RIGHT NOW. */
}