mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-21 09:09:41 +00:00
Merge pull request #204 from OpenMW/master while resolving conflicts
# Conflicts: # apps/openmw/mwdialogue/dialoguemanagerimp.cpp
This commit is contained in:
commit
4ebc9f1314
1 changed files with 2 additions and 3 deletions
|
@ -658,6 +658,8 @@ namespace MWDialogue
|
||||||
winMgr->messageBox(info->mResponse);
|
winMgr->messageBox(info->mResponse);
|
||||||
if (!info->mSound.empty())
|
if (!info->mSound.empty())
|
||||||
sndMgr->say(actor, info->mSound);
|
sndMgr->say(actor, info->mSound);
|
||||||
|
if (!info->mResultScript.empty())
|
||||||
|
executeScript(info->mResultScript, actor);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Start of tes3mp addition
|
Start of tes3mp addition
|
||||||
|
@ -675,9 +677,6 @@ namespace MWDialogue
|
||||||
End of tes3mp addition
|
End of tes3mp addition
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!info->mResultScript.empty())
|
|
||||||
executeScript(info->mResultScript, actor);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int DialogueManager::countSavedGameRecords() const
|
int DialogueManager::countSavedGameRecords() const
|
||||||
|
|
Loading…
Reference in a new issue