Command/LuaManager: add legacy command parsing

Only enabled when compiling via CompileXNodeTree.
This commit is contained in:
Devin J. Pohly
2013-10-13 15:37:05 -04:00
parent c9ac7e7a53
commit a9d5931533
9 changed files with 41 additions and 15 deletions
+2 -1
View File
@@ -580,7 +580,8 @@ namespace
if( EndsWith(sName, "Command") )
{
LuaHelpers::ParseCommandList( L, sExpression, sFile );
// Use legacy parsing
LuaHelpers::ParseCommandList( L, sExpression, sFile, true );
}
else if( sExpression.size() > 0 && sExpression[0] == '@' )
{