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

fix boat assert

This commit is contained in:
Laserlicht
2025-11-02 21:26:49 +01:00
parent 743013a0d6
commit 60dacab361
2 changed files with 3 additions and 1 deletions

View File

@@ -1319,7 +1319,6 @@ void CGHeroInstance::setBoat(CGBoat* newBoat)
if (newBoat)
{
boardedBoat = newBoat->id;
attachTo(*newBoat);
newBoat->setBoardedHero(this);
}
else if (boardedBoat.hasValue())