mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	fixed regrouping dogs disappearing
This commit is contained in:
		| @@ -2308,7 +2308,7 @@ bool drawMonster(const transmatrix& Vparam, int ct, cell *c, color_t col) { | |||||||
|         // cwtV * rgpushxto0(inverse(cwtV) * tC0(Vs)); |         // cwtV * rgpushxto0(inverse(cwtV) * tC0(Vs)); | ||||||
|         } |         } | ||||||
|       if(c->monst == moHunterChanging)   |       if(c->monst == moHunterChanging)   | ||||||
|         Vs = Vs * cspin(DIM-1, DIM, M_PI); |         Vs = Vs * cspin(DIM-2, DIM-1, M_PI); | ||||||
|       } |       } | ||||||
|      |      | ||||||
|     if(c->monst == moShadow)  |     if(c->monst == moShadow)  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue