Fix missing CS_NORESET constant (#400)
This commit is contained in:
parent
faa9f6ea9f
commit
9b3839de70
|
@ -78,6 +78,7 @@ const CSW_ALL_GUNS = (CSW_ALL_PISTOLS | CSW_ALL_SHOTGUNS | CSW_ALL_SMGS
|
||||||
*/
|
*/
|
||||||
enum CsInternalModel
|
enum CsInternalModel
|
||||||
{
|
{
|
||||||
|
CS_NORESET = -1,
|
||||||
CS_DONTCHANGE = 0,
|
CS_DONTCHANGE = 0,
|
||||||
CS_UNASSIGNED = 0,
|
CS_UNASSIGNED = 0,
|
||||||
CS_CT_URBAN = 1,
|
CS_CT_URBAN = 1,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user