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/Mission.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Stars45/Mission.h') diff --git a/Stars45/Mission.h b/Stars45/Mission.h index 5496531..956bb5b 100644 --- a/Stars45/Mission.h +++ b/Stars45/Mission.h @@ -290,7 +290,7 @@ public: int GetNavIndex(const Instruction* n); void AddObjective(Instruction* obj) { objectives.append(obj); } - void AddInstruction(const char* i) { instructions.append(new(__FILE__,__LINE__) Text(i)); } + void AddInstruction(const char* i) { instructions.append(new Text(i)); } CombatGroup* GetCombatGroup() { return combat_group; } void SetCombatGroup(CombatGroup* g) { combat_group = g; } -- cgit v1.1