Oops, forgot to #undef

This commit is contained in:
lachwright 2020-05-31 01:26:23 +08:00
parent a7f73bfa85
commit f32d29f700

View file

@ -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)