diff options
author | Simon Howard | 2009-10-01 19:08:21 +0000 |
---|---|---|
committer | Simon Howard | 2009-10-01 19:08:21 +0000 |
commit | a034c665c088904d9061e13cf73f5de33ef2268b (patch) | |
tree | a94af3944e1efd2ffa194ce9b99aa6340405ffd9 | |
parent | 508c3fd3fa5b3149d329e15ea3e072ad2a7aa2f2 (diff) | |
download | chocolate-doom-a034c665c088904d9061e13cf73f5de33ef2268b.tar.gz chocolate-doom-a034c665c088904d9061e13cf73f5de33ef2268b.tar.bz2 chocolate-doom-a034c665c088904d9061e13cf73f5de33ef2268b.zip |
Oops.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1703
-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) |