From 150283b20aa3c49c63a84ab78045f1ba0c56c4bd Mon Sep 17 00:00:00 2001 From: Jaime Passos Date: Fri, 15 Nov 2019 19:04:40 -0300 Subject: [PATCH] I don't get it --- src/hardware/hw_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hardware/hw_main.c b/src/hardware/hw_main.c index 45d1cdf27..0a12c9660 100644 --- a/src/hardware/hw_main.c +++ b/src/hardware/hw_main.c @@ -7029,10 +7029,10 @@ void HWR_DrawIntermissionBG(void) // // hwr mode wipes // -static char wipelumpname[9]; +static char wipelumpname[10]; static lumpnum_t wipelumpnum; -// puts wipe lumpname in wipename[9] +// puts wipe lumpname in wipename[10] static boolean HWR_WipeCheck(UINT8 wipenum, UINT8 scrnnum) { size_t lsize;