1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-04 09:42:40 +02:00

try to fix build, separate definition of NO_PATROLLING in CGHeroInstance

This commit is contained in:
godric3 2024-10-28 21:49:25 +01:00
parent 394812c02a
commit 56efb82b2e

View File

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