1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +00:00

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;
}
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
{