Merge branch 'dialogue' of https://github.com/zinnschlag/openmw.git into DialogueSystem

Conflicts:
	apps/openmw/mwdialogue/dialoguemanager.cpp
This commit is contained in:
gugus 2012-03-18 17:59:11 +01:00
commit 48e6a42168

View file

@ -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
{ {