summaryrefslogtreecommitdiffhomepage
path: root/Stars45/CombatRoster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/CombatRoster.cpp')
-rw-r--r--Stars45/CombatRoster.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Stars45/CombatRoster.cpp b/Stars45/CombatRoster.cpp
index 34a3f52..9f552a9 100644
--- a/Stars45/CombatRoster.cpp
+++ b/Stars45/CombatRoster.cpp
@@ -12,7 +12,6 @@
for all combatants in the game.
*/
-#include "MemDebug.h"
#include "CombatRoster.h"
#include "CombatGroup.h"
@@ -75,7 +74,7 @@ CombatRoster::GetForce(const char* name)
void
CombatRoster::Initialize()
{
- roster = new(__FILE__,__LINE__) CombatRoster();
+ roster = new CombatRoster();
}
void