diff options
Diffstat (limited to 'plugins/MirLua/src/main.cpp')
-rw-r--r-- | plugins/MirLua/src/main.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/MirLua/src/main.cpp b/plugins/MirLua/src/main.cpp index 8e9c71c812..b7062abd7f 100644 --- a/plugins/MirLua/src/main.cpp +++ b/plugins/MirLua/src/main.cpp @@ -1,6 +1,8 @@ #include "stdafx.h"
int hLangpack;
+int hScriptsLangpack;
+
HINSTANCE g_hInstance;
HANDLE g_hCommonFolderPath;
@@ -76,9 +78,6 @@ extern "C" int __declspec(dllexport) Load(void) g_mLua = new CMLua();
- CLuaLoader loader(g_mLua);
- loader.LoadScripts();
-
HookEvent(ME_SYSTEM_MODULESLOADED, OnModulesLoaded);
return 0;
|