fixup segui stuff

This commit is contained in:
Christopher Roy Bratusek 2016-08-14 23:21:09 +02:00
parent a9617283fb
commit c236c256fb

View File

@ -92,12 +92,7 @@ loaderPrompt()
}
#endif
bool have_segui;
have_segui = false;
if( ! seguicheck )
{
seguicheck = 1;
have_segui = check_segui();
}
have_segui = check_segui();
GuiWindow promptWindow(520,360);
promptWindow.SetAlignment(ALIGN_CENTRE, ALIGN_MIDDLE);