mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
3d:: no more flying for 3D birds
This commit is contained in:
parent
b17758c77f
commit
ca241c92fe
@ -547,7 +547,7 @@ transmatrix otherbodyparts(const transmatrix& V, color_t col, eMonster who, doub
|
|||||||
#define VAHEAD mmscale(V, geom3::AHEAD)
|
#define VAHEAD mmscale(V, geom3::AHEAD)
|
||||||
|
|
||||||
#define VFISH V
|
#define VFISH V
|
||||||
#define VBIRD ((where && bird_disruption(where)) ? V : mmscale(V, geom3::BIRD + .05 * sintick(1000, (int) (size_t(where))/1000.)))
|
#define VBIRD ((DIM == 3 || (where && bird_disruption(where))) ? V : mmscale(V, geom3::BIRD + .05 * sintick(1000, (int) (size_t(where))/1000.)))
|
||||||
#define VGHOST mmscale(V, geom3::GHOST)
|
#define VGHOST mmscale(V, geom3::GHOST)
|
||||||
|
|
||||||
#define VSLIMEEYE mscale(V, geom3::FLATEYE)
|
#define VSLIMEEYE mscale(V, geom3::FLATEYE)
|
||||||
|
Loading…
Reference in New Issue
Block a user