LAPTOP-SNT8I5JK\Boounion
2025-02-21 f2ec2ff2640e8f02507e6fa44cd1ba1487a303ea
SourceCode/Bond/Servo/CEquipment.cpp
@@ -67,12 +67,8 @@
   void CEquipment::init()
   {
      CStep* pStep = new CStep();
      if (addStep(0x360, pStep) == 0) {
         pStep->init();
      }
      else {
         delete pStep;
      for (auto item : m_mapStep) {
         item.second->init();
      }
   }