ref: 7d5d16766337719cfda8555c007618ab45f9b132
parent: 74e939aa51f40cd1ef3b40b82cd52f0fe6949828
author: Simon Howard <[email protected]>
date: Fri Jan 9 15:01:30 EST 2009
Add back missing "FINISHED" graphic to intermission screen. Subversion-branch: /branches/raven-branch Subversion-revision: 1427
--- a/src/doom/wi_stuff.c
+++ b/src/doom/wi_stuff.c
@@ -432,6 +432,8 @@
// draw "Finished!"
y += (5*SHORT(lnames[wbs->last]->height))/4;
+
+ V_DrawPatch((SCREENWIDTH - SHORT(finished->width)) / 2, y, finished);
}
else if (wbs->last == NUMCMAPS)
{