1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Merge pull request #2266 from mikeiit/bug-fix-missing-fort-level

Brought back missing fort level in info box
This commit is contained in:
Ivan Savenko
2023-06-29 15:27:32 +03:00
committed by GitHub

View File

@@ -325,7 +325,7 @@ void CTownTooltip::init(const InfoAboutTown & town)
if(town.details)
{
fort = std::make_shared<CAnimImage>("ITMTLS", town.details->hallLevel, 0, 67, 31);
hall = std::make_shared<CAnimImage>("ITMTLS", town.details->hallLevel, 0, 67, 31);
if(town.details->goldIncome)
{