Simplify.

This commit is contained in:
Glenn Maynard
2003-09-16 02:38:18 +00:00
parent dd052cfc90
commit 32aedad7ab
+1 -2
View File
@@ -524,8 +524,7 @@ int main(int argc, char* argv[])
/* Fire up the SDL, but don't actually start any subsystems.
* We use our own error handlers. */
int SDL_flags = SDL_INIT_NOPARACHUTE;
SDL_Init(SDL_flags);
SDL_Init( SDL_INIT_NOPARACHUTE );
LoadingWindow *loading_window = MakeLoadingWindow();
if( loading_window == NULL )