summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/doom/wi_stuff.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doom/wi_stuff.c b/src/doom/wi_stuff.c
index dea5d71b..83f5052f 100644
--- a/src/doom/wi_stuff.c
+++ b/src/doom/wi_stuff.c
@@ -432,6 +432,8 @@ void WI_drawLF(void)
// draw "Finished!"
y += (5*SHORT(lnames[wbs->last]->height))/4;
+
+ V_DrawPatch((SCREENWIDTH - SHORT(finished->width)) / 2, y, finished);
}
else if (wbs->last == NUMCMAPS)
{