mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
make hideable
This commit is contained in:
@@ -420,7 +420,7 @@ BattleHero::BattleHero(const BattleInterface & owner, const CGHeroInstance * her
|
||||
}
|
||||
|
||||
QuickSpellPanel::QuickSpellPanel(BattleInterface & owner)
|
||||
: CWindowObject(NEEDS_ANIMATED_BACKGROUND), owner(owner)
|
||||
: CIntObject(0), owner(owner)
|
||||
{
|
||||
OBJECT_CONSTRUCTION_CAPTURING(255-DISPOSE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user