mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 22:12:59 +00:00 
			
		
		
		
	fixed possible crash in iddspin
This commit is contained in:
		| @@ -422,7 +422,8 @@ EX transmatrix cellrelmatrix(cell *c, int i) { | ||||
|   double d = cellgfxdist(c, i); | ||||
|   transmatrix T = ddspin(c, i) * xpush(d); | ||||
|   if(c->c.mirror(i)) T = T * Mirror; | ||||
|   T = T * iddspin(c->move(i), c->c.spin(i), M_PI); | ||||
|   cell *c1 = c->cmove(i); | ||||
|   T = T * iddspin(c1, c->c.spin(i), M_PI); | ||||
|   return T; | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue