1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-24 03:47:18 +02:00

Some more.

This commit is contained in:
DjWarmonger 2014-05-22 21:40:34 +02:00
parent 2d8cd1c5b5
commit 67793a2db4

View File

@ -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;
}
}