mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-23 19:31:05 +00:00
Merge branch 'fix-required-flat' into 'next'
Comment out unused border patch variables. See merge request STJr/SRB2!1055
This commit is contained in:
commit
f1a5f5952b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue