diff options
Diffstat (limited to 'src/doom')
-rw-r--r-- | src/doom/wi_stuff.c | 2 |
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) { |