mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	3d:: hide_player() off outside perspective
This commit is contained in:
		| @@ -17,7 +17,7 @@ bool mmspatial, mmhigh, mmmon, mmitem; | ||||
| int detaillevel = 0; | ||||
|  | ||||
| bool hide_player() { | ||||
|   return DIM == 3 && playermoved && vid.yshift == 0 && vid.sspeed > -5; | ||||
|   return DIM == 3 && playermoved && vid.yshift == 0 && vid.sspeed > -5 && pmodel == mdPerspective; | ||||
|   } | ||||
|  | ||||
| hookset<bool(int sym, int uni)> *hooks_handleKey; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue