mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-05 15:40:10 +00:00
Merge branch 'specifically_insensitive' into 'master'
Use ciEqual to determine actor-specific answers Closes #6055 See merge request OpenMW/openmw!912
This commit is contained in:
commit
1ec9d471a2
@ -343,7 +343,7 @@ namespace MWDialogue
|
|||||||
if(!inJournal(topicId, answer->mId))
|
if(!inJournal(topicId, answer->mId))
|
||||||
{
|
{
|
||||||
// Does this dialogue contains some actor-specific answer?
|
// 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;
|
flag |= MWBase::DialogueManager::TopicType::Specific;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user