Command/LuaManager: add legacy command parsing
Only enabled when compiling via CompileXNodeTree.
This commit is contained in:
@@ -54,7 +54,7 @@ void ScreenOptionsMaster::Init()
|
||||
RString sRowCommands = LINE(sLineName);
|
||||
|
||||
Commands cmds;
|
||||
ParseCommands( sRowCommands, cmds );
|
||||
ParseCommands( sRowCommands, cmds, false );
|
||||
|
||||
OptionRowHandler *pHand = OptionRowHandlerUtil::Make( cmds );
|
||||
if( pHand == NULL )
|
||||
|
||||
Reference in New Issue
Block a user