From 7dcc7ea99ca80c06891b72c804c94ff6665a5ea6 Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Mon, 23 Feb 2009 08:58:14 +1300 Subject: [PATCH] And again with the linux fixing (bug 3657) --- core/smn_entities.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/smn_entities.cpp b/core/smn_entities.cpp index c6abe5b20..ab3f20235 100644 --- a/core/smn_entities.cpp +++ b/core/smn_entities.cpp @@ -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())