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

Fix the bug in last commit for *nix.

parent 009b32a8
No related branches found
No related tags found
No related merge requests found
......@@ -478,7 +478,7 @@ int SDL_main_env(int argc, char **argv, char **env)
sdl_initialized=TRUE;
}
else {
if(sdl.Init(SDL_INIT_VIDEO)==0)
if(sdl.Init(SDL_INIT_VIDEO)==0) {
sdl_initialized=TRUE;
sdl_video_initialized=TRUE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment