Merge branch 'fix-required-flat' into 'next'

Comment out unused border patch variables.

See merge request STJr/SRB2!1055
This commit is contained in:
James R 2020-07-12 18:42:42 -04:00
commit f1a5f5952b
1 changed files with 2 additions and 2 deletions

View File

@ -240,8 +240,8 @@ void ST_LoadGraphics(void)
int i;
// SRB2 border patch
st_borderpatchnum = W_GetNumForName("GFZFLR01");
scr_borderpatch = W_CacheLumpNum(st_borderpatchnum, PU_HUDGFX);
// st_borderpatchnum = W_GetNumForName("GFZFLR01");
// scr_borderpatch = W_CacheLumpNum(st_borderpatchnum, PU_HUDGFX);
// the original Doom uses 'STF' as base name for all face graphics
// Graue 04-08-2004: face/name graphics are now indexed by skins