Skip to content
Snippets Groups Projects
Commit f32d29f7 authored by lachwright's avatar lachwright
Browse files

Oops, forgot to #undef

parent a7f73bfa
No related branches found
No related tags found
2 merge requests!985Shaders next merge,!973Move drop shadows to the ceiling for objects in reverse gravity
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment