summaryrefslogtreecommitdiff
path: root/src/T2DLL/WalkerDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/T2DLL/WalkerDlg.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/T2DLL/WalkerDlg.cpp b/src/T2DLL/WalkerDlg.cpp
index f93a376..fdd7e63 100644
--- a/src/T2DLL/WalkerDlg.cpp
+++ b/src/T2DLL/WalkerDlg.cpp
@@ -7,6 +7,12 @@
#include "T2WorldDef.h"
#include "WalkerDlg.h"
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
+
WalkerDlg::WalkerDlg() {
mDeleteOnClose = true;
}