Fixed fullscreen switching... that was one funny bug

This commit is contained in:
theoddone33
2001-04-17 23:44:31 +00:00
parent 0206a33e2b
commit 6f16af5f48

View File

@@ -1313,7 +1313,7 @@ int startgame(void)
}
}
flags != ( FullScreen ? SDL_FULLSCREEN : 0);
flags |= ( FullScreen ? SDL_FULLSCREEN : 0);
surface = SDL_SetVideoMode(WindowWidth, WindowHeight, 0, flags);
if (surface == NULL) {