forked from mirror/openmw-tes3mp
parent
931310d2e2
commit
f34e35eb19
1 changed files with 2 additions and 3 deletions
|
@ -646,11 +646,10 @@ 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())
|
if (!info->mResultScript.empty())
|
||||||
executeScript(info->mResultScript, actor);
|
executeScript(info->mResultScript, actor);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
int DialogueManager::countSavedGameRecords() const
|
int DialogueManager::countSavedGameRecords() const
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue