Use ciEqual to determine actor-specific answers

cherry-pick-f6619658
Evil Eye 4 years ago
parent 4c4218f70d
commit 1a1085272a

@ -343,7 +343,7 @@ namespace MWDialogue
if(!inJournal(topicId, answer->mId))
{
// Does this dialogue contains some actor-specific answer?
if (answer->mActor == mActor.getCellRef().getRefId())
if (Misc::StringUtils::ciEqual(answer->mActor, mActor.getCellRef().getRefId()))
flag |= MWBase::DialogueManager::TopicType::Specific;
}
else

Loading…
Cancel
Save