VarAction2: Fix callback result detection in AnalyseEngineCallbacks

This commit is contained in:
Jonathan G Rennison
2022-05-31 17:41:35 +01:00
parent e0581db2a1
commit 304f88dc40
3 changed files with 35 additions and 20 deletions

View File

@@ -1603,7 +1603,6 @@ void AnalyseEngineCallbacks()
sg_cb36[sg] = op.properties_used;
};
AnalyseCallbackOperation op;
for (uint i = 0; i < NUM_CARGO + 2; i++) {
process_sg(e->grf_prop.spritegroup[i]);
}