summaryrefslogtreecommitdiffstats
path: root/mbbsd/chess.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/chess.c')
-rw-r--r--mbbsd/chess.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/chess.c b/mbbsd/chess.c
index afe6dcd8..6d28e603 100644
--- a/mbbsd/chess.c
+++ b/mbbsd/chess.c
@@ -1299,9 +1299,9 @@ ChessReplayGame(const char* fname)
fclose(fp);
if (info) {
- screen_backup(&oldscreen);
+ scr_dump(&oldscreen);
ChessPlay(info);
- screen_restore(&oldscreen);
+ scr_restore(&oldscreen);
DeleteChessInfo(info);
}