From 1e2c3b86572889109bd112c48473273a893f5db2 Mon Sep 17 00:00:00 2001 From: wolfy852 Date: Sun, 12 Feb 2023 23:54:31 -0600 Subject: [PATCH] Dummy out old intermission code, draw level icon as background --- src/y_inter.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/y_inter.c b/src/y_inter.c index c69e21ad6..b08d98e93 100644 --- a/src/y_inter.c +++ b/src/y_inter.c @@ -290,6 +290,9 @@ static void Y_CalculateMatchData(UINT8 rankingsmode, void (*comparison)(INT32)) // void Y_IntermissionDrawer(void) { + +// dummy ALL OF THIS SHIT out, we're gonnas be starting over. +#if 0 INT32 i, whiteplayer = MAXPLAYERS, x = 4, hilicol = highlightflags; // If we early return, skip drawing the 3D scene (software buffer) so it doesn't clobber the frame for the wipe @@ -584,6 +587,13 @@ skiptallydrawer: } M_DrawMenuForeground(); +#endif + UINT8 *color = NULL; + + if (intertype == int_none || rendermode == render_none) + return; + + K_DrawMapThumbnail(0, 0, BASEVIDWIDTH<