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

another attempt of using CGHeroInstance::NO_PATROLLING in map editor

This commit is contained in:
godric3
2024-10-29 21:41:42 +01:00
parent 37f7ce0ad6
commit 9e9f118b09
3 changed files with 5 additions and 3 deletions

View File

@@ -49,6 +49,8 @@
VCMI_LIB_NAMESPACE_BEGIN
const ui32 CGHeroInstance::NO_PATROLLING = std::numeric_limits<ui32>::max();
void CGHeroPlaceholder::serializeJsonOptions(JsonSerializeFormat & handler)
{
serializeJsonOwner(handler);