From 4590015ed60b0d8d1bb8c04bbdd43ee07997e6f5 Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Sun, 22 Feb 2009 14:58:05 +1300 Subject: [PATCH] Fixed linux build --- core/HalfLife2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/HalfLife2.h b/core/HalfLife2.h index d36e788c..80148a06 100644 --- a/core/HalfLife2.h +++ b/core/HalfLife2.h @@ -144,6 +144,6 @@ private: extern CHalfLife2 g_HL2; -inline edict_t *GetEntity(cell_t num, CBaseEntity **pData); +edict_t *GetEntity(cell_t num, CBaseEntity **pData); #endif //_INCLUDE_SOURCEMOD_CHALFLIFE2_H_