forked from teamnwah/openmw-tes3coop
Merge remote branch 'gus/DialogueSystem' into dialogue
This commit is contained in:
commit
40a40128e9
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ namespace MWDialogue
|
||||||
case '4'://journal
|
case '4'://journal
|
||||||
if(select.type==ESM::VT_Int)
|
if(select.type==ESM::VT_Int)
|
||||||
{
|
{
|
||||||
if(!selectCompare<int,int>(comp,mEnvironment.mJournal->getJournalIndex(name),select.i)) return false;
|
if(!selectCompare<int,int>(comp,mEnvironment.mJournal->getJournalIndex(toLower(name)),select.i)) return false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
throw std::runtime_error (
|
throw std::runtime_error (
|
||||||
|
|
Loading…
Reference in a new issue