1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-03 00:46:55 +02:00
Fixed issue with game loading.
Minor fixes.
This commit is contained in:
Michał W. Urbańczyk
2011-05-24 23:17:57 +00:00
parent 94166b83aa
commit 072bb5884b
5 changed files with 15 additions and 5 deletions

View File

@ -1494,7 +1494,7 @@ void CGHeroInstance::deserializationFix()
if(i->second.artifact && !i->second.locked)
attachTo(i->second.artifact);
attachTo(&speciality);
//attachTo(&speciality);
}
CBonusSystemNode * CGHeroInstance::whereShouldBeAttached(CGameState *gs)