summaryrefslogtreecommitdiffhomepage
path: root/Stars45/CmpSelectDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/CmpSelectDlg.cpp')
-rw-r--r--Stars45/CmpSelectDlg.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Stars45/CmpSelectDlg.cpp b/Stars45/CmpSelectDlg.cpp
index 8df1fd5..afcf6d2 100644
--- a/Stars45/CmpSelectDlg.cpp
+++ b/Stars45/CmpSelectDlg.cpp
@@ -11,7 +11,6 @@
Mission Select Dialog Active Window class
*/
-#include "MemDebug.h"
#include "CmpSelectDlg.h"
#include "ConfirmDlg.h"
#include "MenuScreen.h"
@@ -239,7 +238,7 @@ CmpSelectDlg::ShowNewCampaigns()
Campaign* c = iter.value();
if (c->GetCampaignId() < Campaign::SINGLE_MISSIONS) {
- Bitmap* bmp = new(__FILE__,__LINE__) Bitmap;
+ Bitmap* bmp = new Bitmap;
bmp->CopyBitmap(*c->GetImage(0));
images.append(bmp);