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

Remove extra semaphore creation.

parent c220448a
Branches
Tags
No related merge requests found
......@@ -891,7 +891,6 @@ int main(int argc, char **argv)
sdl_key_pending=SDL_CreateSemaphore(0);
sdl_init_complete=SDL_CreateSemaphore(0);
sdl_init_complete=SDL_CreateSemaphore(0);
SDL_CreateThread(sdl_runmain, &mp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment