Fixed bug where meta tables would not be NULL'd correctly

This commit is contained in:
David Anderson
2004-08-30 01:11:48 +00:00
parent 36ad12b6b3
commit ebe778d0ee
3 changed files with 23 additions and 10 deletions

View File

@@ -170,6 +170,7 @@ void PlayerPreThink(edict_t *pEntity)
MF_ExecuteForward(PlayerPreThinkForward, ENTINDEX(pEntity));
RETURN_META(MRES_IGNORED);
}
void PlayerPostThink_Post(edict_t *pEntity)
{
if(plinfo[ENTINDEX(pEntity)].pViewEnt) {