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

Make variable conditional to match usage.

parent 30c68380
Branches
Tags
No related merge requests found
......@@ -624,7 +624,9 @@ int SDL_main_env(int argc, char **argv, char **env)
SDL_Thread *main_thread;
int main_ret;
int use_sdl_video=FALSE;
#ifdef _WIN32
char *driver_env=NULL;
#endif
ma.argc=argc;
ma.argv=argv;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment