Oops, forgot to #undef

This commit is contained in:
lachwright 2020-05-31 01:26:23 +08:00
parent a7f73bfa85
commit f32d29f700
1 changed files with 1 additions and 0 deletions

View File

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