mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-20 18:01:16 +00:00
Oops, forgot to #undef
This commit is contained in:
parent
a7f73bfa85
commit
f32d29f700
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;
|
||||
|
||||
return groundz;
|
||||
#undef CHECKZ
|
||||
}
|
||||
|
||||
static void R_ProjectDropShadow(mobj_t *thing, vissprite_t *vis, fixed_t scale, fixed_t tx, fixed_t tz)
|
||||
|
|
Loading…
Reference in a new issue