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

init_sdl_video() is a function, not a value.

parent 75caab4c
No related branches found
No related tags found
No related merge requests found
...@@ -1765,7 +1765,7 @@ int sdl_video_event_thread(void *data) ...@@ -1765,7 +1765,7 @@ int sdl_video_event_thread(void *data)
int sdl_initciolib(int mode) int sdl_initciolib(int mode)
{ {
if(init_sdl_video) if(init_sdl_video())
return(-1); return(-1);
if(init_sdl_video()==-1) if(init_sdl_video()==-1)
return(-1); return(-1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment