|
|
@@ -82,6 +82,7 @@ public:
|
|
|
bool swapGarrisonOnSiege(ObjectInstanceID tid) override {return false;}
|
|
|
void giveHeroBonus(GiveBonus * bonus) override {}
|
|
|
void setMovePoints(SetMovePoints * smp) override {}
|
|
|
+ void setMovePoints(ObjectInstanceID hid, int val, bool absolute) override {};
|
|
|
void setManaPoints(ObjectInstanceID hid, int val) override {}
|
|
|
void giveHero(ObjectInstanceID id, PlayerColor player, ObjectInstanceID boatId = ObjectInstanceID()) override {}
|
|
|
void changeObjPos(ObjectInstanceID objid, int3 newPos, const PlayerColor & initiator) override {}
|