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.
This commit is contained in:
John "Elwin" Edwards 2015-06-30 12:00:02 -04:00
parent 8fed78336a
commit 4c696eef47

View file

@ -239,6 +239,7 @@ char **envp;
if (lines > 24) lines = 24;
mpos = 0;
msg("");
/*msg("%s: %s", file, ctime(&sbuf2.st_mtime));*/
/*