Added missing ESLOPE ifdef from when I first did these fixes for slope compiling

This commit is contained in:
Monster Iestyn 2016-02-15 20:57:35 +00:00
parent fa1bc5a09b
commit 03470118cd
1 changed files with 2 additions and 0 deletions

View File

@ -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)
{