From 43cdcc94f9d42e29913fa0c4e6039f28f9d3dffd Mon Sep 17 00:00:00 2001 From: Monster Iestyn Date: Tue, 20 Sep 2016 17:51:09 +0100 Subject: [PATCH] remove commented-out HWRENDER code in V_DrawContinueIcon --- src/v_video.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/v_video.c b/src/v_video.c index 91d730513..fc423dee4 100644 --- a/src/v_video.c +++ b/src/v_video.c @@ -651,11 +651,7 @@ void V_DrawCroppedPatch(fixed_t x, fixed_t y, fixed_t pscale, INT32 scrn, patch_ // void V_DrawContinueIcon(INT32 x, INT32 y, INT32 flags, INT32 skinnum, UINT8 skincolor) { - if (skins[skinnum].flags & SF_HIRES -#ifdef HWRENDER -// || (rendermode != render_soft && rendermode != render_none) -#endif - ) + if (skins[skinnum].flags & SF_HIRES) V_DrawScaledPatch(x - 10, y - 14, flags, W_CachePatchName("CONTINS", PU_CACHE)); else {