1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-23 21:29:13 +02:00

Brought back missing fort level in info box

This is to fix #2158
This commit is contained in:
Mike 2023-06-28 22:21:34 -07:00
parent 33cbd46406
commit c35d9d66a6

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)
{