forked from mirror/openmw-tes3mp
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;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue