Fixes bug where restoring game saved in an endgame question room would show 'nil' as the question.

This commit is contained in:
Ronnie Schnell 2019-11-04 13:54:48 -05:00
parent dd19cc3aa1
commit 96c8e4fa41

View file

@ -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)))