Ver código fonte

Fix missing change

Tomasz Zieliński 2 anos atrás
pai
commit
982a2723de
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      client/Client.h

+ 1 - 1
client/Client.h

@@ -228,7 +228,7 @@ public:
 	void giveHeroBonus(GiveBonus * bonus) override {};
 	void setMovePoints(SetMovePoints * smp) override {};
 	void setManaPoints(ObjectInstanceID hid, int val) override {};
-	void giveHero(ObjectInstanceID id, PlayerColor player) override {};
+	void giveHero(ObjectInstanceID id, PlayerColor player, ObjectInstanceID boatId = ObjectInstanceID()) override {};
 	void changeObjPos(ObjectInstanceID objid, int3 newPos) override {};
 	void sendAndApply(CPackForClient * pack) override {};
 	void heroExchange(ObjectInstanceID hero1, ObjectInstanceID hero2) override {};