commit a034c665c088904d9061e13cf73f5de33ef2268b
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Thu Oct 1 19:08:21 2009 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Thu Oct 1 19:08:21 2009 +0000
Oops.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1703
---
src/i_video.c | 2 --
1 file changed, 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)