summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorEran Mizrahi <erasmux@gmail.com>2018-01-13 00:34:07 +0200
committerEran Mizrahi <erasmux@gmail.com>2018-01-13 00:34:07 +0200
commitd267b8aaf365b67da12e40297575f1c5bf119135 (patch)
treee422d72e57b90b79c9c0165e7dc2926172c744ee /src/organizercore.h
parentd2c5ed352dd1c0aac0478ca6d0e8cb121adc1b51 (diff)
Add warning when MO1 hook.dll is left in game folder
Diffstat (limited to 'src/organizercore.h')
-rw-r--r--src/organizercore.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/organizercore.h b/src/organizercore.h
index 8ef8baaa..9e81f0c3 100644
--- a/src/organizercore.h
+++ b/src/organizercore.h
@@ -266,6 +266,8 @@ private:
bool createDirectory(const QString &path);
+ QString oldMO1HookDll() const;
+
/**
* @brief return a descriptor of the mappings real file->virtual file
*/
@@ -290,8 +292,7 @@ private slots:
void loginFailed(const QString &message);
private:
-
- static const unsigned int PROBLEM_TOOMANYPLUGINS = 1;
+ static const unsigned int PROBLEM_MO1SCRIPTEXTENDERWORKAROUND = 1;
private: