diff arogue7/save.c @ 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 2d94c32a709e
children aa8e1fc62926
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));*/
 
     /*