1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 17:37:39 +00:00

removed no longer productive 'overgenerate', improved the down/up limits of sightrange_bonus

This commit is contained in:
Zeno Rogue
2018-04-10 20:25:56 +02:00
parent e41bc0b3b9
commit ebda963d68
8 changed files with 10 additions and 14 deletions

View File

@@ -3046,8 +3046,6 @@ void bfs() {
for(int i=0; i<qtemp; i++) temps[i]->monst = tempval[i];
buildAirmap();
if(overgenerate) doOvergenerate();
}
bool makeEmpty(cell *c) {