summaryrefslogtreecommitdiff
path: root/plugins/FlashAvatars/cflash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/FlashAvatars/cflash.cpp')
-rw-r--r--plugins/FlashAvatars/cflash.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/FlashAvatars/cflash.cpp b/plugins/FlashAvatars/cflash.cpp
index 890407e1e3..a50825ba45 100644
--- a/plugins/FlashAvatars/cflash.cpp
+++ b/plugins/FlashAvatars/cflash.cpp
@@ -94,6 +94,7 @@ HINSTANCE g_hInst = 0;
PLUGINLINK *pluginLink;
MM_INTERFACE mmi;
LIST_INTERFACE li;
+int hLangpack;
HANDLE hNetlibUser;
@@ -679,6 +680,7 @@ extern "C" int __declspec(dllexport) Load(PLUGINLINK *link)
pluginLink = link;
mir_getMMI(&mmi);
mir_getLI(&li);
+ mir_getLP(&pluginInfoEx);
hHooks[0] = HookEvent(ME_SYSTEM_MODULESLOADED, systemModulesLoaded);