From 3b257a55c3d989a601589beaf12fb5a197508e37 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 13 Feb 2020 22:32:35 -0500 Subject: Set hidden to true initially Otherwise uiShow in uiInit does nothing, of course. --- ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui.c') diff --git a/ui.c b/ui.c index 65255f9..f44a78b 100644 --- a/ui.c +++ b/ui.c @@ -281,7 +281,7 @@ void uiInit(void) { uiShow(); } -static bool hidden; +static bool hidden = true; static bool waiting; static char title[256]; -- cgit 1.4.1