mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 00:45:34 +00:00
Merge branch 'idontwannatalkaboutit' into 'master'
Return the actual topic the info came from See merge request OpenMW/openmw!3176
This commit is contained in:
commit
0ce98ccc0a
1 changed files with 1 additions and 1 deletions
|
@ -726,7 +726,7 @@ std::vector<MWDialogue::Filter::Response> MWDialogue::Filter::list(
|
|||
if (testActor(info) && testPlayer(info) && testSelectStructs(info)
|
||||
&& testDisposition(info, invertDisposition))
|
||||
{
|
||||
infos.emplace_back(&dialogue, &info);
|
||||
infos.emplace_back(&infoRefusalDialogue, &info);
|
||||
if (!searchAll)
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue