1
0
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:
Marc Zinnschlag 2010-08-08 14:43:20 +02:00
parent c7fab9aad6
commit fbe11956a6

View File

@ -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 ||