1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 18:19:55 +00:00

Convert AiWanderRepeat to bool in ActorAiRefIdAdapter::getNestedData()

This commit is contained in:
Stanislav Bas 2015-08-21 22:55:58 +03:00
parent b7295e2632
commit 6d81ca07b5

View file

@ -1566,7 +1566,7 @@ namespace CSMWorld
return QVariant();
case 5: // wander repeat
if (content.mType == ESM::AI_Wander)
return content.mWander.mShouldRepeat;
return content.mWander.mShouldRepeat != 0;
else
return QVariant();
case 6: // activate name