1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Merge remote-tracking branch 'origin/develop' into dimension-door-changes

This commit is contained in:
Dydzio
2024-03-27 23:03:33 +01:00
698 changed files with 15306 additions and 12192 deletions

View File

@ -867,7 +867,7 @@ Rect AdventureMapInterface::terrainAreaPixels() const
const IShipyard * AdventureMapInterface::ourInaccessibleShipyard(const CGObjectInstance *obj) const
{
const IShipyard *ret = IShipyard::castFrom(obj);
const auto *ret = dynamic_cast<const IShipyard *>(obj);
if(!ret ||
obj->tempOwner != currentPlayerID ||