From 9b3839de704985af5abaa9ddf524a3edfbca1d6f Mon Sep 17 00:00:00 2001 From: Vincent Herbet Date: Tue, 10 Jan 2017 18:51:41 +0100 Subject: [PATCH] Fix missing CS_NORESET constant (#400) --- plugins/include/cstrike_const.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/include/cstrike_const.inc b/plugins/include/cstrike_const.inc index d13a2025..3b0f77fb 100644 --- a/plugins/include/cstrike_const.inc +++ b/plugins/include/cstrike_const.inc @@ -78,6 +78,7 @@ const CSW_ALL_GUNS = (CSW_ALL_PISTOLS | CSW_ALL_SHOTGUNS | CSW_ALL_SMGS */ enum CsInternalModel { + CS_NORESET = -1, CS_DONTCHANGE = 0, CS_UNASSIGNED = 0, CS_CT_URBAN = 1,