From: Ronnie Schnell Date: Mon, 4 Nov 2019 18:54:48 +0000 (-0500) Subject: Fixes bug where restoring game saved in an endgame question room would show 'nil... X-Git-Tag: emacs-27.0.90~742 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=96c8e4fa414f69790fc8b2cc8ded9c758511326f;p=emacs.git Fixes bug where restoring game saved in an endgame question room would show 'nil' as the question. --- 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)))