1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

fix tavern

This commit is contained in:
Laserlicht
2023-10-13 01:38:33 +02:00
parent 9e508fe2c2
commit 3c117da4eb
3 changed files with 30 additions and 23 deletions

View File

@@ -233,7 +233,6 @@ private:
std::shared_ptr<CHoverableArea> incomeArea;
std::shared_ptr<CLabel> incomeAmount;
std::shared_ptr<LRClickableArea> fastMarket;
std::shared_ptr<CGStatusBar> statusbar;
std::shared_ptr<CResDataBar> resdatabar;
@@ -280,6 +279,8 @@ class CTownItem : public CIntObject, public IGarrisonHolder
std::shared_ptr<CButton> fastTownHall;
std::shared_ptr<CButton> fastArmyPurchase;
std::shared_ptr<LRClickableArea> fastMarket;
std::shared_ptr<LRClickableArea> fastTavern;
public:
const CGTownInstance * town;