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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user