From acf1f779d12fa2e7ac87a77f063cc8b084d5b7ee Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 24 Sep 2008 20:15:25 +0000 Subject: Add I_EnableLoadingDisk function to enable Doom's "loading disk" - it is not present in Heretic. Subversion-branch: /branches/raven-branch Subversion-revision: 1279 --- src/doom/d_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/doom') 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); -- cgit v1.2.3