diff --git a/graph.cpp b/graph.cpp index 85ed945f..313e8785 100644 --- a/graph.cpp +++ b/graph.cpp @@ -577,7 +577,7 @@ EX void ShadowV(const transmatrix& V, const hpcshape& bp, PPR prio IS(PPR::MONST #if CAP_SHAPES transmatrix otherbodyparts(const transmatrix& V, color_t col, eMonster who, double footphase) { -#define VFOOT ((GDIM == 2 || prod) ? V : mmscale(V, cgi.LEG0)) +#define VFOOT ((GDIM == 2 || hybri) ? V : mmscale(V, cgi.LEG0)) #define VLEG mmscale(V, cgi.LEG) #define VGROIN mmscale(V, cgi.GROIN) #define VBODY mmscale(V, cgi.BODY)