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:
parent
b7295e2632
commit
6d81ca07b5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue