mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	better EuclidA4 warped coast
This commit is contained in:
		| @@ -865,7 +865,7 @@ void setLandEuclid(cell *c) { | |||||||
|     eucoord x, y; |     eucoord x, y; | ||||||
|     decodeMaster(c->master, x, y); |     decodeMaster(c->master, x, y); | ||||||
|      |      | ||||||
|     int zz = 2*short(x)+short(y) + 10; |     int zz = a4 ? short(x) : 2*short(x)+short(y) + 10; | ||||||
|     zz %= 30; if(zz<0) zz += 30; |     zz %= 30; if(zz<0) zz += 30; | ||||||
|     if(zz >= 15) |     if(zz >= 15) | ||||||
|       setland(c, laWarpSea); |       setland(c, laWarpSea); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue