From 4c696eef47d897b8c6650e3e25c090f97e29ddde Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Tue, 30 Jun 2015 12:00:02 -0400 Subject: [PATCH] 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. --- arogue7/save.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arogue7/save.c b/arogue7/save.c index ba2c3c0..8dd8863 100644 --- a/arogue7/save.c +++ b/arogue7/save.c @@ -239,6 +239,7 @@ char **envp; if (lines > 24) lines = 24; mpos = 0; + msg(""); /*msg("%s: %s", file, ctime(&sbuf2.st_mtime));*/ /*