mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
else added
less redundancy.
This commit is contained in:
parent
ae27ace7fe
commit
d96eaa768c
1 changed files with 2 additions and 2 deletions
|
@ -1647,8 +1647,8 @@ static void HWR_StoreWallRange(double startfrac, double endfrac)
|
||||||
Surf.FlatColor.s.alpha = 0x00; // This shouldn't draw anything regardless of blendmode
|
Surf.FlatColor.s.alpha = 0x00; // This shouldn't draw anything regardless of blendmode
|
||||||
blendmode = PF_Masked;
|
blendmode = PF_Masked;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
blendmode = HWR_TranstableToAlpha(gr_curline->polyseg->translucency, &Surf);
|
blendmode = HWR_TranstableToAlpha(gr_curline->polyseg->translucency, &Surf);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue