add gate/net pointer lists

This commit is contained in:
Redo
2022-11-04 16:29:11 -06:00
parent 5aa11f9e43
commit 658bcc6ad8
7 changed files with 62 additions and 190 deletions

View File

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