From 21ced7118d9d0cd7ecc81c1823b82a8aca1b9324 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 1 Sep 2002 01:23:07 +0000 Subject: [PATCH] Open RageException dialog even if LOG == NULL. --- stepmania/src/StepMania.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 53f26345f3..fbe3ff4e7c 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -355,6 +355,7 @@ int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE, LPSTR CmdLine, int nCmdShow "\n", g_sErrorString ); + } // throw up a pretty error dialog DialogBox( @@ -363,9 +364,6 @@ int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE, LPSTR CmdLine, int nCmdShow NULL, ErrorWndProc ); - - } - } #endif