mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 15:22:20 +00:00
Fix maskedtextureheight being set outside of ESLOPE code
This commit is contained in:
parent
a82c19adb1
commit
28631c30b7
1 changed files with 1 additions and 2 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue