From c236c256fb4fd668d3a46a8d9e87f62bf1f54d95 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sun, 14 Aug 2016 23:21:09 +0200 Subject: [PATCH] fixup segui stuff --- main/source/Prompts/prompt_loader.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/main/source/Prompts/prompt_loader.cpp b/main/source/Prompts/prompt_loader.cpp index 8a95ac1..b81e51e 100644 --- a/main/source/Prompts/prompt_loader.cpp +++ b/main/source/Prompts/prompt_loader.cpp @@ -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);