Fix missing CS_NORESET constant (#400)

This commit is contained in:
Vincent Herbet 2017-01-10 18:51:41 +01:00 committed by GitHub
parent faa9f6ea9f
commit 9b3839de70

View File

@ -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,