From 0def8c935417f9f49cf68f9208e73bf4dd7f0443 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 12 Sep 2004 00:17:21 +0000 Subject: [PATCH] wow --- dlls/fakemeta/pev.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/fakemeta/pev.cpp b/dlls/fakemeta/pev.cpp index dea9e090..e3745142 100755 --- a/dlls/fakemeta/pev.cpp +++ b/dlls/fakemeta/pev.cpp @@ -4,7 +4,7 @@ static cell AMX_NATIVE_CALL amx_pev(AMX *amx,cell *params) { int index=params[1]; - if (index >= 1 && index <= gpGlobalx->maxClients) + if (index >= 1 && index <= gpGlobals->maxClients) { if (!MF_IsPlayerIngame(index)) {