dAcItem_c::executeState_Wait almost OK

This commit is contained in:
robojumper
2026-05-02 23:50:58 +02:00
parent 0aa06252f6
commit f9754e2eda
6 changed files with 466 additions and 96 deletions
+5
View File
@@ -833,6 +833,11 @@ public:
mCo.OnSPrm(f);
}
void OffTgCoFlag(u32 f) {
mTg.OffSPrm(f);
mCo.OffSPrm(f);
}
void SetAtType(u32 type) {
mAt.SetType(type);
}