mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	fixed a bug in heptdistance for standard tilings (correct X)
This commit is contained in:
		| @@ -505,6 +505,7 @@ EX namespace binary { | |||||||
|     if(geometry == gBinary4) return 3; |     if(geometry == gBinary4) return 3; | ||||||
|     if(geometry == gBinaryTiling) return 5; |     if(geometry == gBinaryTiling) return 5; | ||||||
|     if(penrose) return 0; |     if(penrose) return 0; | ||||||
|  |     if(!binarytiling) return 0; | ||||||
|     return S7-1; |     return S7-1; | ||||||
|     } |     } | ||||||
|    |    | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue