Fixed linux build

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401177
This commit is contained in:
Scott Ehlert 2007-07-25 21:12:40 +00:00
parent 3dc24ac251
commit a922213760

View File

@ -356,7 +356,7 @@ static cell_t SlapPlayer(IPluginContext *pContext, const cell_t *params)
static bool s_slap_supported = false; static bool s_slap_supported = false;
static bool s_slap_setup = false; static bool s_slap_setup = false;
static ICallWrapper *s_teleport = NULL; static ICallWrapper *s_teleport = NULL;
static int s_health_offs = NULL; static int s_health_offs = 0;
static int s_sound_count = 0; static int s_sound_count = 0;
static int s_frag_offs = 0; static int s_frag_offs = 0;