summaryrefslogtreecommitdiff
path: root/MRA/Mra.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'MRA/Mra.cpp')
-rw-r--r--MRA/Mra.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/MRA/Mra.cpp b/MRA/Mra.cpp
index ef75675..3d8cea3 100644
--- a/MRA/Mra.cpp
+++ b/MRA/Mra.cpp
@@ -403,8 +403,7 @@ extern "C" __declspec(naked) void __cdecl _allshl()
PLUGINLINK *pluginLink;
MM_INTERFACE mmi;
MRA_SETTINGS masMraSettings;
-
-
+int hLangpack;
PLUGININFOEX pluginInfoEx={
sizeof(PLUGININFOEX),
@@ -530,6 +529,7 @@ extern "C" __declspec(dllexport) int Load(PLUGINLINK *link)
PROTOCOLDESCRIPTOR pd={0};
pluginLink=link;
+ mir_getLP(&pluginInfoEx);
mir_getMMI(&mmi);