show error dialogs on startup before DISPLAY is initialized

This commit is contained in:
Chris Danford
2005-02-20 06:16:28 +00:00
parent 54f469c84e
commit 1b41ab54ea
+1 -1
View File
@@ -18,7 +18,7 @@
static DialogDriver *g_pImpl = NULL;
static DialogDriver_Null g_NullDriver;
static bool g_bWindowed = false;
static bool g_bWindowed = true; // Start out true so that we'll show errors before DISPLAY is init'd.
static bool g_bIsShowingDialog = false;
void Dialog::Init()