diff --git a/AI/Nullkiller/Helpers/ArmyFormation.h b/AI/Nullkiller/Helpers/ArmyFormation.h index e5a900c01..eb7d07657 100644 --- a/AI/Nullkiller/Helpers/ArmyFormation.h +++ b/AI/Nullkiller/Helpers/ArmyFormation.h @@ -28,7 +28,6 @@ class DLL_EXPORT ArmyFormation { private: std::shared_ptr cb; //this is enough, but we downcast from CCallback - const Nullkiller * ai; public: ArmyFormation(std::shared_ptr CB, const Nullkiller * ai): cb(CB), ai(ai) {}