diff options
Diffstat (limited to 'src/heretic')
-rw-r--r-- | src/heretic/d_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/heretic/d_main.c b/src/heretic/d_main.c index da4256ee..8bca1db1 100644 --- a/src/heretic/d_main.c +++ b/src/heretic/d_main.c @@ -246,6 +246,7 @@ void D_DoomLoop(void) debugfile = fopen(filename, "w"); } I_SetWindowTitle(gamedescription); + I_GraphicsCheckCommandLine(); I_InitGraphics(); I_SetGrabMouseCallback(D_GrabMouseCallback); |