forked from teamnwah/openmw-tes3coop
Merge branch 'dialogue' of https://github.com/zinnschlag/openmw.git into DialogueSystem
Conflicts: apps/openmw/mwdialogue/dialoguemanager.cpp
This commit is contained in:
commit
48e6a42168
1 changed files with 3 additions and 0 deletions
|
@ -353,6 +353,9 @@ namespace MWDialogue
|
||||||
if(!selectCompare<int,int>(comp,sum,select.i)) return false;
|
if(!selectCompare<int,int>(comp,sum,select.i)) return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
case '7':// not ID
|
case '7':// not ID
|
||||||
if(select.type==ESM::VT_String ||select.type==ESM::VT_Int)//bug in morrowind here? it's not a short, it's a string
|
if(select.type==ESM::VT_String ||select.type==ESM::VT_Int)//bug in morrowind here? it's not a short, it's a string
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue