forked from mirror/openmw-tes3mp
added dummy test for select type '1' (Function); always yields false for now
This commit is contained in:
parent
c7fab9aad6
commit
fbe11956a6
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue