1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Bonus system: add treeHasChanged call where bonus objects changed

This commit is contained in:
ArseniyShestakov
2015-12-11 16:13:18 +03:00
parent 1730a31471
commit 59199ccdbd
5 changed files with 8 additions and 0 deletions

View File

@@ -694,6 +694,7 @@ void CArtHandler::afterLoadFinalization()
bonus->sid = art->id;
}
}
CBonusSystemNode::treeHasChanged();
for (CArtifact * art : artifacts)
{