CVS cleanup

This commit is contained in:
David Anderson
2005-08-24 06:57:32 +00:00
parent f828cde999
commit c30c3cf35c
3 changed files with 6 additions and 4 deletions

View File

@ -302,4 +302,5 @@ bool g_noknives = false;
}
#define GETEDICT(n) \
((n >= 1 && n <= gpGlobals->maxClients) ? MF_GetPlayerEdict(n) : INDEXENT(n))
((n >= 1 && n <= gpGlobals->maxClients) ? MF_GetPlayerEdict(n) : INDEXENT(n))