From 93b2edde8ca23390a94b1f56d72d9de63736bcaf Mon Sep 17 00:00:00 2001 From: Borja Ferrer Date: Sat, 12 Apr 2008 01:58:07 +0000 Subject: [PATCH] forgot to commit this --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402046 --- core/systems/ExtensionSys.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/systems/ExtensionSys.cpp b/core/systems/ExtensionSys.cpp index 4a00ffd0..497ce771 100644 --- a/core/systems/ExtensionSys.cpp +++ b/core/systems/ExtensionSys.cpp @@ -1375,7 +1375,7 @@ void CExtensionManager::CallOnCoreMapStart(edict_t *pEdictList, int edictCount, for (iter=m_Libs.begin(); iter!=m_Libs.end(); iter++) { - if (SMINTERFACE_EXTENSIONAPI_VERSION > 3) + if ((*iter)->GetAPI()->GetExtensionVersion() > 3) { (*iter)->GetAPI()->OnCoreMapStart(pEdictList, edictCount, clientMax); }