[SDL2] corrected SDL1.2 leftover

This commit is contained in:
Clownacy 2016-10-20 23:13:05 +01:00
parent e95e79c848
commit d01c8bed7d

View File

@ -17,7 +17,7 @@ int log_error = 0;
int debug_on = 0; int debug_on = 0;
int turbo_mode = 0; int turbo_mode = 0;
int use_sound = 1; int use_sound = 1;
int fullscreen = 0; /* SDL_FULLSCREEN */ int fullscreen = 0; /* SDL_WINDOW_FULLSCREEN */
struct { struct {
SDL_Window* window; SDL_Window* window;