diff --git a/stepmania/src/arch/Dialog/Dialog.cpp b/stepmania/src/arch/Dialog/Dialog.cpp index 5c5afa45ed..4f1e5940d6 100644 --- a/stepmania/src/arch/Dialog/Dialog.cpp +++ b/stepmania/src/arch/Dialog/Dialog.cpp @@ -62,7 +62,7 @@ static bool g_bWindowed = true; // Start out true so that we'll show errors bef static bool DialogsEnabled() { - return !g_bWindowed; + return g_bWindowed; } void Dialog::Init()