summaryrefslogtreecommitdiffhomepage
path: root/Stars45/QuitView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/QuitView.cpp')
-rw-r--r--Stars45/QuitView.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Stars45/QuitView.cpp b/Stars45/QuitView.cpp
index f0af6a3..90b90ab 100644
--- a/Stars45/QuitView.cpp
+++ b/Stars45/QuitView.cpp
@@ -11,7 +11,6 @@
View class for End Mission menu
*/
-#include "MemDebug.h"
#include "QuitView.h"
#include "HUDView.h"
#include "RadioView.h"
@@ -53,7 +52,7 @@ void
QuitView::Initialize()
{
if (!menu_bmp) {
- menu_bmp = new(__FILE__,__LINE__) Bitmap;
+ menu_bmp = new Bitmap;
DataLoader* loader = DataLoader::GetLoader();
loader->SetDataPath("Screens/");