mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
fixed legs in rotspaces being drawn far away
This commit is contained in:
parent
10e03be159
commit
e8461d8661
@ -577,7 +577,7 @@ EX void ShadowV(const transmatrix& V, const hpcshape& bp, PPR prio IS(PPR::MONST
|
|||||||
#if CAP_SHAPES
|
#if CAP_SHAPES
|
||||||
transmatrix otherbodyparts(const transmatrix& V, color_t col, eMonster who, double footphase) {
|
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 VLEG mmscale(V, cgi.LEG)
|
||||||
#define VGROIN mmscale(V, cgi.GROIN)
|
#define VGROIN mmscale(V, cgi.GROIN)
|
||||||
#define VBODY mmscale(V, cgi.BODY)
|
#define VBODY mmscale(V, cgi.BODY)
|
||||||
|
Loading…
Reference in New Issue
Block a user