diff options
-rw-r--r-- | src/i_video.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i_video.c b/src/i_video.c index 5f5979d2..062c9c9c 100644 --- a/src/i_video.c +++ b/src/i_video.c @@ -1564,8 +1564,6 @@ void I_InitGraphics(void) flags |= SDL_FULLSCREEN; } - flags |= SDL_NOFRAME; - screen = SDL_SetVideoMode(windowwidth, windowheight, 8, flags); if (screen == NULL) |