From a12e588079700d55a0b788fea2df7727c2e41f52 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 27 Mar 2022 17:42:26 +0200 Subject: Removed MemDebug from FoundationEx --- Stars45/GroundAI.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Stars45/GroundAI.cpp') diff --git a/Stars45/GroundAI.cpp b/Stars45/GroundAI.cpp index 805d375..4435742 100644 --- a/Stars45/GroundAI.cpp +++ b/Stars45/GroundAI.cpp @@ -11,7 +11,6 @@ Low-Level Artificial Intelligence class for Ground Units */ -#include "MemDebug.h" #include "GroundAI.h" #include "SteerAI.h" #include "System.h" @@ -57,7 +56,7 @@ GroundAI::GroundAI(SimObject* s) } if (ship && ship->GetHangar() && ship->GetCommandAILevel() > 0) - carrier_ai = new(__FILE__,__LINE__) CarrierAI(ship, ai_level); + carrier_ai = new CarrierAI(ship, ai_level); } -- cgit v1.1