mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 06:35:30 +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)
|
switch (type)
|
||||||
{
|
{
|
||||||
|
case '1': // function
|
||||||
|
|
||||||
|
return false; // TODO implement functions
|
||||||
|
|
||||||
case '3': // local
|
case '3': // local
|
||||||
|
|
||||||
if (select.type==ESM::VT_Short || select.type==ESM::VT_Int ||
|
if (select.type==ESM::VT_Short || select.type==ESM::VT_Int ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user