1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-21 00:19:29 +02:00

Fix tests

This commit is contained in:
Ivan Savenko
2024-07-14 07:56:02 +00:00
parent 1c63fefe02
commit c91f8cd511
2 changed files with 9 additions and 1 deletions

View File

@ -121,6 +121,10 @@ public:
return gameState.get();
}
void createBoat(const int3 & visitablePosition, BoatId type, PlayerColor initiator) override
{
}
bool moveHero(ObjectInstanceID hid, int3 dst, EMovementMode movementMode) override
{
return false;