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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i_video.c b/src/i_video.c
index d3e7b31d..ebfadc10 100644
--- a/src/i_video.c
+++ b/src/i_video.c
@@ -298,7 +298,7 @@ static void LoadDiskImage(void)
disk = W_CacheLumpName(disk_name, PU_STATIC);
- V_DrawPatch(0, 0, 0, disk);
+ V_DrawPatch(0, 0, disk);
disk_image_w = SHORT(disk->width);
disk_image_h = SHORT(disk->height);