summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Game.cpp')
-rw-r--r--Stars45/Game.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Stars45/Game.cpp b/Stars45/Game.cpp
index 5c93e6f..bd6484e 100644
--- a/Stars45/Game.cpp
+++ b/Stars45/Game.cpp
@@ -7,7 +7,6 @@
*/
-#include "MemDebug.h"
#include "Game.h"
#include "Mouse.h"
#include "Universe.h"
@@ -50,7 +49,7 @@ Game::Game()
max_frame_length = MAX_FRAME_TIME_NORMAL;
- video_settings = new(__FILE__,__LINE__) VideoSettings;
+ video_settings = new VideoSettings;
}
else
status = TOO_MANY;