Home
last modified time | relevance | path

Searched refs:shadowslope (Results 1 – 2 of 2) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_things.h62 fixed_t R_GetShadowZ(mobj_t *thing, pslope_t **shadowslope);
H A Dr_things.c1124 fixed_t R_GetShadowZ(mobj_t *thing, pslope_t **shadowslope) in R_GetShadowZ() argument
1232 if (shadowslope != NULL) in R_GetShadowZ()
1233 *shadowslope = groundslope; in R_GetShadowZ()