mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-03 23:19:22 +02:00
vcmi: allow showing more than one components in infobar
Up to 8, AFAIK. So, we can show multi-reward in infobox now. One issue remain - cannot dynamically choose components size based on text size.
This commit is contained in:
@@ -492,11 +492,6 @@ void BattleUpdateGateState::visitTyped(ICPackVisitor & visitor)
|
||||
visitor.visitBattleUpdateGateState(*this);
|
||||
}
|
||||
|
||||
void ShowInInfobox::visitTyped(ICPackVisitor & visitor)
|
||||
{
|
||||
visitor.visitShowInInfobox(*this);
|
||||
}
|
||||
|
||||
void AdvmapSpellCast::visitTyped(ICPackVisitor & visitor)
|
||||
{
|
||||
visitor.visitAdvmapSpellCast(*this);
|
||||
|
||||
Reference in New Issue
Block a user