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

try to fix build, use plain -1 in place of CGHeroInstance::NO_PATROLLING

This commit is contained in:
godric3
2024-10-28 22:46:48 +01:00
parent 56efb82b2e
commit da5bae301a
2 changed files with 4 additions and 6 deletions

View File

@@ -1874,6 +1874,5 @@ const IOwnableObject * CGHeroInstance::asOwnable() const
return this;
}
inline constexpr int CGHeroInstance::NO_PATROLLING;
VCMI_LIB_NAMESPACE_END