From 96c8e4fa414f69790fc8b2cc8ded9c758511326f Mon Sep 17 00:00:00 2001 From: Ronnie Schnell Date: Mon, 4 Nov 2019 13:54:48 -0500 Subject: [PATCH] Fixes bug where restoring game saved in an endgame question room would show 'nil' as the question. --- lisp/play/dunnet.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el index 0a9ab37d198..5d412f88085 100644 --- a/lisp/play/dunnet.el +++ b/lisp/play/dunnet.el @@ -2995,6 +2995,8 @@ File not found"))) (dun-save-val "dun-cdpath") (dun-save-val "dun-correct-answer") (dun-save-val "dun-inbus") + (dun-save-val "dun-endgame-question") + (if (dun-compile-save-out filename) (dun-mprincl "Error saving to file.") (dun-do-logfile 'save nil)))