diff options
Diffstat (limited to 'plugins/Boltun')
-rw-r--r-- | plugins/Boltun/src/boltun.cpp | 2 | ||||
-rw-r--r-- | plugins/Boltun/src/stdafx.h | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Boltun/src/boltun.cpp b/plugins/Boltun/src/boltun.cpp index 1a76531433..49296ac118 100644 --- a/plugins/Boltun/src/boltun.cpp +++ b/plugins/Boltun/src/boltun.cpp @@ -56,7 +56,7 @@ PLUGININFOEX pluginInfoEx = };
CMPlugin::CMPlugin() :
- PLUGIN<CMPlugin>(BOLTUN_KEY, pluginInfoEx)
+ PLUGIN<CMPlugin>("Boltun", pluginInfoEx)
{}
/////////////////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/Boltun/src/stdafx.h b/plugins/Boltun/src/stdafx.h index 8af454330c..3ac662479c 100644 --- a/plugins/Boltun/src/stdafx.h +++ b/plugins/Boltun/src/stdafx.h @@ -49,8 +49,6 @@ #include "Engine/MyCodeCvt.h"
#include "Engine/Mind.h"
-#define BOLTUN_KEY "Boltun"
-
struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
|