added dummy test for select type '1' (Function); always yields false for now

pull/7/head
Marc Zinnschlag 15 years ago
parent c7fab9aad6
commit fbe11956a6

@ -82,6 +82,10 @@ namespace MWDialogue
switch (type)
{
case '1': // function
return false; // TODO implement functions
case '3': // local
if (select.type==ESM::VT_Short || select.type==ESM::VT_Int ||

Loading…
Cancel
Save