And again with the linux fixing (bug 3657)

This commit is contained in:
Matt Woodrow 2009-02-23 08:58:14 +13:00
parent 4590015ed6
commit 7dcc7ea99c

View File

@ -72,7 +72,7 @@ inline edict_t *GetEdict(cell_t num)
return pEdict;
}
inline edict_t *GetEntity(cell_t num, CBaseEntity **pData)
edict_t *GetEntity(cell_t num, CBaseEntity **pData)
{
edict_t *pEdict = PEntityOfEntIndex(num);
if (!pEdict || pEdict->IsFree())