mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Removed remaining usages of std::vector<bool>
This commit is contained in:
@@ -54,11 +54,6 @@ const std::vector<std::string> & BattleFieldHandler::getTypeNames() const
|
||||
return types;
|
||||
}
|
||||
|
||||
std::vector<bool> BattleFieldHandler::getDefaultAllowed() const
|
||||
{
|
||||
return std::vector<bool>();
|
||||
}
|
||||
|
||||
int32_t BattleFieldInfo::getIndex() const
|
||||
{
|
||||
return battlefield.getNum();
|
||||
|
||||
Reference in New Issue
Block a user