mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Removed remaining usages of std::vector<bool>
This commit is contained in:
@@ -1201,8 +1201,7 @@ void CGTownInstance::serializeJsonOptions(JsonSerializeFormat & handler)
|
||||
}
|
||||
|
||||
{
|
||||
std::vector<bool> standard = VLC->spellh->getDefaultAllowed();
|
||||
JsonSerializeFormat::LIC spellsLIC(standard, SpellID::decode, SpellID::encode);
|
||||
JsonSerializeFormat::LIC spellsLIC(VLC->spellh->getDefaultAllowed(), SpellID::decode, SpellID::encode);
|
||||
|
||||
if(handler.saving)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user