added global function to gate defs

This commit is contained in:
Redo
2019-04-15 13:19:58 -05:00
parent 518deaca68
commit 43b4db151f
3 changed files with 11 additions and 15 deletions

View File

@@ -95,7 +95,6 @@ function LuaLogicTCP::onLine(%this, %line)
for(%i=0; %i<%argc; %i++){
%data = nextToken(%data, av, "\t");
%argv[%i] = lualogic_collapseescape(%av);
//talk("argv[" @ %i @ "] = " @ %argv[%i]);
}
if(isObject(%brick)){