fix adder cout

This commit is contained in:
Redo
2022-11-15 11:37:37 -06:00
parent 10b25b3da8
commit ef99073b23
5 changed files with 14 additions and 14 deletions

View File

@@ -75,7 +75,7 @@ function network_update()
local logic = data[i+5]
local input = data[i+6]
local global = data[i+7]
local numports = tonumber(data[i+8]) or error("no portcount for gate "..(objref))
local numports = tonumber(data[i+8])
i = i + 8
local ports = {}