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

Some (disabled) work for commander artifacts. Hero artifacts window seems broken.

Minor fixes.
This commit is contained in:
DjWarmonger
2012-05-19 18:27:23 +00:00
parent 665837d656
commit 6419f953cb
8 changed files with 64 additions and 5 deletions

View File

@@ -298,6 +298,7 @@ void CGameHandler::levelUpCommander (const CCommanderInstance * c, int skill)
return;
}
scp.accumulatedBonus.subtype = 0;
scp.accumulatedBonus.additionalInfo = 0;
scp.accumulatedBonus.duration = Bonus::PERMANENT;
scp.accumulatedBonus.turnsRemain = 0;