1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

missing line

This commit is contained in:
Tomasz Zieliński
2022-09-27 07:53:21 +02:00
parent f386f42166
commit d38b6297f8

View File

@@ -500,4 +500,6 @@ RoadType& RoadType::operator=(const RoadType& other)
movementCost = other.movementCost;
return *this;
}
}
VCMI_LIB_NAMESPACE_END