mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	fixed GP on Crystal
This commit is contained in:
		| @@ -627,7 +627,7 @@ struct hrmap_crystal : hrmap_standard { | |||||||
|   map<int, transmatrix> adjs; |   map<int, transmatrix> adjs; | ||||||
|    |    | ||||||
|   transmatrix adj(heptagon *h, int d) override { |   transmatrix adj(heptagon *h, int d) override { | ||||||
|     if(!crystal3()) return adj(h->c7, d); |     if(!crystal3()) return hrmap_standard::adj(h, d); | ||||||
|     auto co = hcoords[h]; |     auto co = hcoords[h]; | ||||||
|     int id = 0; |     int id = 0; | ||||||
|     for(int a=0; a<S7/2; a++) id = (2*id) + ((co[a]>>1) & 1); |     for(int a=0; a<S7/2; a++) id = (2*id) + ((co[a]>>1) & 1); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue