And again with the linux fixing (bug 3657)
This commit is contained in:
parent
4590015ed6
commit
7dcc7ea99c
@ -72,7 +72,7 @@ inline edict_t *GetEdict(cell_t num)
|
|||||||
return pEdict;
|
return pEdict;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline edict_t *GetEntity(cell_t num, CBaseEntity **pData)
|
edict_t *GetEntity(cell_t num, CBaseEntity **pData)
|
||||||
{
|
{
|
||||||
edict_t *pEdict = PEntityOfEntIndex(num);
|
edict_t *pEdict = PEntityOfEntIndex(num);
|
||||||
if (!pEdict || pEdict->IsFree())
|
if (!pEdict || pEdict->IsFree())
|
||||||
|
Loading…
Reference in New Issue
Block a user