mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Use small vector for unit list
This commit is contained in:
@@ -75,7 +75,7 @@ void SilentCaster::getCasterName(MetaString & text) const
|
||||
logGlobal->debug("Unexpected call to SilentCaster::getCasterName");
|
||||
}
|
||||
|
||||
void SilentCaster::getCastDescription(const Spell * spell, const std::vector<const battle::Unit *> & attacked, MetaString & text) const
|
||||
void SilentCaster::getCastDescription(const Spell * spell, const battle::Units & attacked, MetaString & text) const
|
||||
{
|
||||
//do nothing
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user