changeset 168:82b2a046d151

arogue7: fix inventory display bug again. Removing the call to msg() in restore() resulted in msgw remaining as it was when the game was saved. This results in another display glitch like that fixed by r163. Adding an empty message puts msgw into a reliable state.
author John "Elwin" Edwards
date Tue, 30 Jun 2015 12:00:02 -0400
parents a0a57cf42810
children 0d9ebab59a66
files arogue7/save.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/arogue7/save.c	Mon Jun 29 20:37:32 2015 -0400
+++ b/arogue7/save.c	Tue Jun 30 12:00:02 2015 -0400
@@ -239,6 +239,7 @@
     if (lines > 24) lines = 24;
 
     mpos = 0;
+    msg("");
     /*msg("%s: %s", file, ctime(&sbuf2.st_mtime));*/
 
     /*