mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-17 02:01:35 +00:00
Added missing ESLOPE ifdef from when I first did these fixes for slope compiling
This commit is contained in:
parent
fa1bc5a09b
commit
03470118cd
1 changed files with 2 additions and 0 deletions
|
@ -1479,9 +1479,11 @@ void R_StoreWallRange(INT32 start, INT32 stop)
|
|||
|
||||
maskedtextureheight = NULL;
|
||||
|
||||
#ifdef ESLOPE
|
||||
//initialize segleft and segright
|
||||
memset(&segleft, 0x00, sizeof(segleft));
|
||||
memset(&segright, 0x00, sizeof(segright));
|
||||
#endif
|
||||
|
||||
if (ds_p == drawsegs+maxdrawsegs)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue