add gate/net pointer lists
This commit is contained in:
@@ -75,7 +75,6 @@ end
|
||||
function GateDefinition.constructgate(def, objref, position, rotation)
|
||||
local gate = Gate.new(objref, def)
|
||||
|
||||
gate.in_queue[0] = 0
|
||||
for i = 1, #def.ports do
|
||||
local portd = def.ports[i]
|
||||
local type = portd.type
|
||||
|
||||
Reference in New Issue
Block a user