mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	fixed Crystal
This commit is contained in:
		| @@ -686,8 +686,8 @@ struct hrmap_crystal : hrmap_standard { | |||||||
|     } |     } | ||||||
|  |  | ||||||
|   transmatrix relative_matrixh(heptagon *h2, heptagon *h1, const hyperpoint& hint) override {  |   transmatrix relative_matrixh(heptagon *h2, heptagon *h1, const hyperpoint& hint) override {  | ||||||
|     if(!crystal3()) return hrmap::relative_matrixh(h2, h1, hint); |     if(!crystal3()) return hrmap_standard::relative_matrixh(h2, h1, hint); | ||||||
|     return relative_matrix(h2->c7, h1->c7, hint); |     return relative_matrixc(h2->c7, h1->c7, hint); | ||||||
|     } |     } | ||||||
|   #endif |   #endif | ||||||
|   }; |   }; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue