mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	3d:: no more flying for 3D birds
This commit is contained in:
		| @@ -547,7 +547,7 @@ transmatrix otherbodyparts(const transmatrix& V, color_t col, eMonster who, doub | ||||
| #define VAHEAD mmscale(V, geom3::AHEAD) | ||||
|  | ||||
| #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 VSLIMEEYE  mscale(V, geom3::FLATEYE) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue