mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-25 21:38:59 +02:00
parent
33cbd46406
commit
c35d9d66a6
@ -325,7 +325,7 @@ void CTownTooltip::init(const InfoAboutTown & town)
|
|||||||
|
|
||||||
if(town.details)
|
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)
|
if(town.details->goldIncome)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user