# HG changeset patch # User John "Elwin" Edwards # Date 1435680002 14400 # Node ID 82b2a046d1513e527424c388a0b1e0e5d7ffb509 # Parent a0a57cf4281099319843fdbc36c276d5279bae7d 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. diff -r a0a57cf42810 -r 82b2a046d151 arogue7/save.c --- 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));*/ /*