mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 07:22:28 +00:00
I don't get it
This commit is contained in:
parent
7ba7620059
commit
41835e07ea
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue