From 444953d0bbb12260834c435410aec6a186787e6e Mon Sep 17 00:00:00 2001 From: Jaime Passos Date: Mon, 18 Nov 2019 14:32:34 -0300 Subject: [PATCH] oh sh --- src/st_stuff.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/st_stuff.c b/src/st_stuff.c index 504fa3b8e..8abf52af4 100644 --- a/src/st_stuff.c +++ b/src/st_stuff.c @@ -1370,12 +1370,6 @@ void ST_drawWipeTitleCard(void) ST_preDrawTitleCard(); ST_drawTitleCard(); } - - // Draw on top of the title card, - // which is already on top of the wipe - // What a mess - CON_Drawer(); - M_Drawer(); } static void ST_drawPowerupHUD(void)