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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doom/d_main.c b/src/doom/d_main.c
index 3188ece3..408d968a 100644
--- a/src/doom/d_main.c
+++ b/src/doom/d_main.c
@@ -412,7 +412,8 @@ void D_DoomLoop (void)
TryRunTics();
- I_InitGraphics ();
+ I_InitGraphics();
+ I_EnableLoadingDisk();
I_SetGrabMouseCallback(D_GrabMouseCallback);
I_SetWindowTitle(gamedescription);