mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-09 16:32:33 +00:00
Rename R_WorldSegTextured
This commit is contained in:
parent
96980749ac
commit
b90236281c
1 changed files with 3 additions and 3 deletions
|
|
@ -644,11 +644,11 @@ static void R_WorldTopAndBottom(INT32 start, INT32 stop)
|
|||
}
|
||||
|
||||
//
|
||||
// R_WorldSegTextured
|
||||
// R_SegTextured
|
||||
// Calculate rw.offset.
|
||||
// Only needed for textured lines.
|
||||
//
|
||||
static void R_WorldSegTextured(fixed_t hyp, boolean longboi)
|
||||
static void R_SegTextured(fixed_t hyp, boolean longboi)
|
||||
{
|
||||
INT32 lightnum;
|
||||
fixed_t sineval;
|
||||
|
|
@ -2090,7 +2090,7 @@ void R_StoreWallRange(INT32 start, INT32 stop)
|
|||
// Calculate rw.offset (only needed for textured lines)
|
||||
segtextured = midtexture || toptexture || bottomtexture || maskedtexture || (numthicksides > 0);
|
||||
if (segtextured)
|
||||
R_WorldSegTextured(hyp, longboi);
|
||||
R_SegTextured(hyp, longboi);
|
||||
|
||||
// if a floor / ceiling plane is on the wrong side
|
||||
// of the view plane, it is definitely invisible
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue