mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Renamed new types for consistency with code style
This commit is contained in:
@@ -222,7 +222,7 @@ void CGObjectInstance::giveDummyBonus(const ObjectInstanceID & heroID, BonusDura
|
||||
gbonus.id = heroID.getNum();
|
||||
gbonus.bonus.duration = duration;
|
||||
gbonus.bonus.source = BonusSource::OBJECT;
|
||||
gbonus.bonus.sid = TBonusSourceID(ID);
|
||||
gbonus.bonus.sid = BonusSourceID(ID);
|
||||
cb->giveHeroBonus(&gbonus);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user