mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
This is probably the "correct" way to set maskedtextureheight
Probably doesn't make any difference in-game at all though, lol
This commit is contained in:
parent
ab6d4d7aec
commit
7c78b95a7d
1 changed files with 1 additions and 1 deletions
|
@ -2480,7 +2480,7 @@ void R_StoreWallRange(INT32 start, INT32 stop)
|
||||||
ds_p->maskedtexturecol = ds_p->thicksidecol;
|
ds_p->maskedtexturecol = ds_p->thicksidecol;
|
||||||
|
|
||||||
#ifdef ESLOPE
|
#ifdef ESLOPE
|
||||||
maskedtextureheight = &(ds_p->maskedtextureheight[0]); // ????
|
maskedtextureheight = ds_p->maskedtextureheight; // note to red, this == &(ds_p->maskedtextureheight[0])
|
||||||
|
|
||||||
// Set midtexture starting height
|
// Set midtexture starting height
|
||||||
if (linedef->flags & ML_EFFECT2) { // Ignore slopes when texturing
|
if (linedef->flags & ML_EFFECT2) { // Ignore slopes when texturing
|
||||||
|
|
Loading…
Reference in a new issue