fixed the list of lands where windmap is necessary

This commit is contained in:
Zeno Rogue 2017-10-30 09:04:46 +01:00
parent c593c426b6
commit e492ea09d9
1 changed files with 1 additions and 1 deletions

View File

@ -3040,7 +3040,7 @@ namespace windmap {
}
int tries = 0;
int maxtries = specialland == laVolcano || specialland == laWhirlwind || chaosmode ? 20 : 1;
int maxtries = specialland == laVolcano || specialland == laBlizzard || chaosmode ? 20 : 1;
tryagain:
for(int i=0; i<N; i++) windcodes[i] = hrand(256);