mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 06:39:49 +00:00
added dummy test for select type '1' (Function); always yields false for now
This commit is contained in:
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…
Reference in New Issue
Block a user