mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	fixed big Minefields
This commit is contained in:
		| @@ -1886,6 +1886,11 @@ EX void moreBigStuff(cell *c) { | ||||
|  | ||||
| EX void generate_mines() { | ||||
|   vector<cell*> candidates; | ||||
|  | ||||
|   if(bounded) | ||||
|     for(cell *c: currentmap->allcells()) | ||||
|       setdist(c, 7, nullptr); | ||||
|    | ||||
|   for(cell *c: currentmap->allcells()) | ||||
|     if(c->wall == waMineUnknown)  | ||||
|       candidates.push_back(c); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue