summaryrefslogtreecommitdiff
path: root/src/doom/d_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/doom/d_main.c')
-rw-r--r--src/doom/d_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doom/d_main.c b/src/doom/d_main.c
index c2fee76a..e59802dd 100644
--- a/src/doom/d_main.c
+++ b/src/doom/d_main.c
@@ -420,6 +420,7 @@ void D_DoomLoop (void)
TryRunTics();
I_SetWindowTitle(gamedescription);
+ I_GraphicsCheckCommandLine();
I_InitGraphics();
I_EnableLoadingDisk();
I_SetGrabMouseCallback(D_GrabMouseCallback);