|
|
|
@ -418,7 +418,7 @@ namespace MWDialogue
|
|
|
|
|
for(ESMS::RecListT<ESM::Dialogue>::MapType::iterator it = dialogueList.begin(); it!=dialogueList.end();it++)
|
|
|
|
|
{
|
|
|
|
|
ESM::Dialogue ndialogue = it->second;
|
|
|
|
|
if(ndialogue.type == ESM::Dialogue::Type::Topic)
|
|
|
|
|
if(ndialogue.type == ESM::Dialogue::Topic)
|
|
|
|
|
{
|
|
|
|
|
for (std::vector<ESM::DialInfo>::const_iterator iter (it->second.mInfo.begin());
|
|
|
|
|
iter!=it->second.mInfo.end(); ++iter)
|
|
|
|
@ -444,7 +444,7 @@ namespace MWDialogue
|
|
|
|
|
for(ESMS::RecListT<ESM::Dialogue>::MapType::iterator it = dialogueList.begin(); it!=dialogueList.end();it++)
|
|
|
|
|
{
|
|
|
|
|
ESM::Dialogue ndialogue = it->second;
|
|
|
|
|
if(ndialogue.type == ESM::Dialogue::Type::Greeting)
|
|
|
|
|
if(ndialogue.type == ESM::Dialogue::Greeting)
|
|
|
|
|
{
|
|
|
|
|
if (greetingFound) break;
|
|
|
|
|
for (std::vector<ESM::DialInfo>::const_iterator iter (it->second.mInfo.begin());
|
|
|
|
|