compile sim with ofast

This commit is contained in:
Redo
2022-11-05 00:41:38 -06:00
parent c73fea8cca
commit 1d465b09f7
4 changed files with 3 additions and 1 deletions

View File

@@ -212,6 +212,7 @@ function Group.mergeinto(group, group2)
end
-- Logic Critical
-- Now implemented in C
--function Group.update_c(cnet, tick)
-- local state = cnet.state_num[0]>0 and 1 or 0
-- if state ~= cnet.state[0] then