mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
MetaIdentifier now uses std::variant internally
This commit is contained in:
@@ -655,7 +655,7 @@ void CGameState::initGlobalBonuses()
|
||||
{
|
||||
auto bonus = JsonUtils::parseBonus(b.second);
|
||||
bonus->source = BonusSource::GLOBAL;//for all
|
||||
bonus->sid = TBonusSourceID::NONE; //there is one global object
|
||||
bonus->sid = TBonusSourceID(); //there is one global object
|
||||
globalEffects.addNewBonus(bonus);
|
||||
}
|
||||
VLC->creh->loadCrExpBon(globalEffects);
|
||||
|
||||
Reference in New Issue
Block a user