mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-07 00:58:39 +02:00
Terrain/Road/River handler are now in compileable state
This commit is contained in:
@ -1389,7 +1389,8 @@ void CMapHandler::getTerrainDescr(const int3 & pos, std::string & out, bool isRM
|
||||
}
|
||||
}
|
||||
|
||||
VLC->terrainTypeHandler->getById(t.terType->id)->terrainText;
|
||||
if(!isTile2Terrain || out.empty())
|
||||
out = VLC->terrainTypeHandler->getById(t.terType->id)->terrainText;
|
||||
|
||||
if(t.getDiggingStatus(false) == EDiggingStatus::CAN_DIG)
|
||||
{
|
||||
|
Reference in New Issue
Block a user