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

more header cleanup

This commit is contained in:
Zeno Rogue
2019-08-09 23:08:42 +02:00
parent e1194ff588
commit 05bd7a905c
9 changed files with 231 additions and 378 deletions

View File

@@ -15,10 +15,10 @@ int lastexplore;
EX bool randomPatternsMode = false;
EX int randompattern[landtypes];
int genrange_bonus = 0;
EX int genrange_bonus = 0;
bool chaosUnlocked = false;
bool chaosAchieved = false;
EX bool chaosUnlocked = false;
EX bool chaosAchieved = false;
void doOvergenerate() {
for(int i=0; i<numplayers(); i++)