mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	fixed the sphere subdir weirdness
This commit is contained in:
		| @@ -2319,7 +2319,6 @@ void drawMovementArrows(cell *c, transmatrix V) { | ||||
|       if((c->type & 1) && (isStunnable(c->monst) || c->wall == waThumperOn)) { | ||||
|         transmatrix Centered = rgpushxto0(tC0(cwtV)); | ||||
|         int sd = md.subdir; | ||||
|         if(sphere) sd = -sd; | ||||
|         queuepoly(inverse(Centered) * rgpushxto0(Centered * tC0(V)) * rspintox(Centered*tC0(V)) * spin(-sd * M_PI/S7) * xpush(0.2), shArrow, col); | ||||
|         } | ||||
|       else break; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue