mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Oops, forgot to #undef
This commit is contained in:
parent
3b4df4657a
commit
92cae7aef9
1 changed files with 1 additions and 0 deletions
|
|
@ -1206,6 +1206,7 @@ fixed_t R_GetShadowZ(mobj_t *thing, pslope_t **shadowslope)
|
||||||
*shadowslope = groundslope;
|
*shadowslope = groundslope;
|
||||||
|
|
||||||
return groundz;
|
return groundz;
|
||||||
|
#undef CHECKZ
|
||||||
}
|
}
|
||||||
|
|
||||||
static void R_ProjectDropShadow(mobj_t *thing, vissprite_t *vis, fixed_t scale, fixed_t tx, fixed_t tz)
|
static void R_ProjectDropShadow(mobj_t *thing, vissprite_t *vis, fixed_t scale, fixed_t tx, fixed_t tz)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue