summaryrefslogtreecommitdiff
path: root/src/i_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_video.c')
-rw-r--r--src/i_video.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/i_video.c b/src/i_video.c
index 30938eb9..bcfbf270 100644
--- a/src/i_video.c
+++ b/src/i_video.c
@@ -273,7 +273,7 @@ static void UpdateFocus(void)
screenvisible = (state & SDL_APPACTIVE) != 0;
}
-static void LoadDiskImage(void)
+void I_EnableLoadingDisk(void)
{
patch_t *disk;
char *disk_name;
@@ -1619,10 +1619,6 @@ void I_InitGraphics(void)
V_RestoreBuffer();
- // "Loading from disk" icon
-
- LoadDiskImage();
-
// Clear the screen to black.
memset(I_VideoBuffer, 0, SCREENWIDTH * SCREENHEIGHT);