emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 96c8e4f: Fixes bug where restoring game saved in an endgame quest


From: Ron Schnell
Subject: master 96c8e4f: Fixes bug where restoring game saved in an endgame question room would show 'nil' as the question.
Date: Mon, 4 Nov 2019 13:56:07 -0500 (EST)

branch: master
commit 96c8e4fa414f69790fc8b2cc8ded9c758511326f
Author: Ronnie Schnell <address@hidden>
Commit: Ronnie Schnell <address@hidden>

    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 0a9ab37..5d412f8 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]