summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2Message.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2DLL/T2Message.cpp')
-rw-r--r--src/T2DLL/T2Message.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/T2DLL/T2Message.cpp b/src/T2DLL/T2Message.cpp
index 15876af..0d6b1bd 100644
--- a/src/T2DLL/T2Message.cpp
+++ b/src/T2DLL/T2Message.cpp
@@ -1,4 +1,4 @@
-#include "CT2App.h"
+#include "T2.h"
#include "T2Message.h"
#ifdef _DEBUG
@@ -98,7 +98,7 @@ END_MESSAGE_MAP()
/*virtual*/ void T2Message::PostNcDestroy() {
sVisible = false;
delete this;
- ((CT2App *) AfxGetApp())->app_vfAC();
+ T2_APP->app_vfAC();
}
int T2Message::OnCreate(CREATESTRUCT* cs) {
@@ -151,7 +151,7 @@ int T2Message::OnCreate(CREATESTRUCT* cs) {
m74 = GetTickCount();
- ((CT2App *) AfxGetApp())->app_vfA8(this);
+ T2_APP->app_vfA8(this);
return 0;
}