mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-24 03:47:18 +02:00
Some more.
This commit is contained in:
parent
2d8cd1c5b5
commit
67793a2db4
@ -61,7 +61,7 @@ std::string CMapGenerator::getMapDescription() const
|
||||
if(pSettings.getStartingTown() != CMapGenOptions::CPlayerSettings::RANDOM_TOWN)
|
||||
{
|
||||
ss << ", " << GameConstants::PLAYER_COLOR_NAMES[pSettings.getColor().getNum()]
|
||||
<< " town choice is " << ETownType::names[pSettings.getStartingTown()];
|
||||
<< " town choice is " << VLC->townh->factions[pSettings.getStartingTown()]->name;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user