Set hidden to true initially
Otherwise uiShow in uiInit does nothing, of course.
This commit is contained in:
parent
efed6cd298
commit
3b257a55c3
2
ui.c
2
ui.c
@ -281,7 +281,7 @@ void uiInit(void) {
|
|||||||
uiShow();
|
uiShow();
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool hidden;
|
static bool hidden = true;
|
||||||
static bool waiting;
|
static bool waiting;
|
||||||
|
|
||||||
static char title[256];
|
static char title[256];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user