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

Don't use atexit(sdl.Quit) here... wait for SDL to initizlize.

parent ccd7175d
No related branches found
No related tags found
No related merge requests found
......@@ -228,7 +228,6 @@ int console_main(int argc, char *argv[], char **env)
return(FALSE);
}
atexit(cleanup_output);
atexit(sdl.Quit);
#ifndef DISABLE_VIDEO
/* Sam:
......
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