Fixed Windows build, I think.

This commit is contained in:
Scott Ehlert 2009-10-30 00:03:54 -05:00
parent e767b2ff94
commit 8c297832f6

View File

@ -126,7 +126,7 @@ void GetIServer()
int offset;
void *vfunc = NULL;
#if defined METAMOD_PLAPI_VERSION
#if defined METAMOD_PLAPI_VERSION || PLAPI_VERSION >= 11
/* Get the CreateFakeClient function pointer */
if (!(vfunc=SH_GET_ORIG_VFNPTR_ENTRY(engine, &IVEngineServer::CreateFakeClient)))
{