This commit is contained in:
Borja Ferrer
2005-12-03 00:54:26 +00:00
parent 186728053a
commit 522dccef76
2 changed files with 2 additions and 1 deletions

View File

@ -178,6 +178,7 @@ void PlayerPreThink(edict_t *pEntity);
void PlayerPostThink_Post(edict_t *pEntity);
void pfnTouch(edict_t *pToucher, edict_t *pTouched);
void Think(edict_t *pent);
void StartFrame_Post();
#define CHECK_ENTITY(x) \
if (x < 0 || x > gpGlobals->maxEntities) { \