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