mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	fixed Hives missing in Voronoi
This commit is contained in:
		| @@ -1995,7 +1995,7 @@ EX namespace hive { | |||||||
|  |  | ||||||
|     for(int i=(ls::any_chaos()?0:2); i<radius; i++) { |     for(int i=(ls::any_chaos()?0:2); i<radius; i++) { | ||||||
|       bf += revstep; |       bf += revstep; | ||||||
|       if(ls::horodisk_structure()) moreBigStuff(bf.at); |       if(ls::hv_structure()) moreBigStuff(bf.at); | ||||||
|       } |       } | ||||||
|     cell *citycenter = bf.at; |     cell *citycenter = bf.at; | ||||||
|     buginfo.clear(); |     buginfo.clear(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue