Fixed Windows build, I think.

This commit is contained in:
Scott Ehlert 2009-10-30 00:03:54 -05:00
parent e3a3dda1d8
commit 035875f5c1

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)))
{