Fix maskedtextureheight being set outside of ESLOPE code

This commit is contained in:
Monster Iestyn 2016-03-19 22:25:49 +00:00
parent a82c19adb1
commit 28631c30b7
1 changed files with 1 additions and 2 deletions

View File

@ -1555,9 +1555,8 @@ void R_StoreWallRange(INT32 start, INT32 stop)
#endif
static size_t maxdrawsegs = 0;
maskedtextureheight = NULL;
#ifdef ESLOPE
maskedtextureheight = NULL;
//initialize segleft and segright
memset(&segleft, 0x00, sizeof(segleft));
memset(&segright, 0x00, sizeof(segright));