mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 16:11:37 -04:00
Merge pull request #204 from OpenMW/master while resolving conflicts
# Conflicts: # apps/openmw/mwdialogue/dialoguemanagerimp.cpp
This commit is contained in:
commit
4ebc9f1314
@ -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…
x
Reference in New Issue
Block a user