1
0
Fork 0

Forgot Mesa Plateau biome.

This commit is contained in:
STRWarrior 2014-07-28 14:28:16 +02:00
parent bf1aa79932
commit 579f850506
1 changed files with 1 additions and 0 deletions

View File

@ -330,6 +330,7 @@ void cComposableGenerator::InitFinishGens(cIniFile & a_IniFile)
AllowedBiomes.push_back(biDesertM);
AllowedBiomes.push_back(biMesa);
AllowedBiomes.push_back(biMesaBryce);
AllowedBiomes.push_back(biMesaPlateau);
AllowedBiomes.push_back(biMesaPlateauF);
AllowedBiomes.push_back(biMesaPlateauFM);
AllowedBiomes.push_back(biMesaPlateauM);