mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-21 00:19:29 +02:00
stash
This commit is contained in:
@ -338,7 +338,7 @@ CGeneralTextHandler::CGeneralTextHandler()
|
||||
{
|
||||
terrainNames[Terrain::createTerrainTypeH3M(i)] = h3mTerrainNames[i];
|
||||
}
|
||||
for(auto & terrain : Terrain::Manager::terrains())
|
||||
for(auto & terrain : VLC->terrainTypeHandler::terrains())
|
||||
{
|
||||
if(!Terrain::Manager::getInfo(terrain).terrainText.empty())
|
||||
terrainNames[terrain] = Terrain::Manager::getInfo(terrain).terrainText;
|
||||
|
Reference in New Issue
Block a user