Skip to content
Snippets Groups Projects
Commit 128fe364 authored by deuce's avatar deuce
Browse files

Set sdl_initialized on Win32 too (doh!)

parent 7888a3bb
Branches
Tags
No related merge requests found
......@@ -456,9 +456,13 @@ int SDL_main_env(int argc, char **argv, char **env)
exit(0);
}
sdl.gotfuncs=FALSE;
/* Sure ,we can't use video, but audio is still valid! */
if(sdl.Init(0)==0)
sdl_initialized=TRUE;
}
else {
sdl_video_initialized=TRUE;
sdl_initialized=TRUE;
}
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment