Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions weaponskill.inc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#define MIN_WEAPON_SKILL_LEVEL 0
#endif

#define MAX_WEAPON_SKILLS 10
#define MAX_WEAPON_SKILLS 11
#define INVALID_WEAPON_SKILL_ID -1

/*
Expand All @@ -46,7 +46,7 @@ static const
WEAPONSKILL_MP5, // 29
WEAPONSKILL_AK47, // 30
WEAPONSKILL_M4, // 31
WEAPONSKILL_MICRO_UZI // 32
WEAPONSKILL_SNIPERRIFLE // 32
};

static const
Expand All @@ -60,7 +60,8 @@ static const
!"Micro-UZI", // WEAPONSKILL_MICRO_UZI
!"MP5", // WEAPONSKILL_MP5
!"AK47", // WEAPONSKILL_AK47
!"M4" // WEAPONSKILL_M4
!"M4",
!"Sniper RIfle" // WEAPONSKILL_M4
};

static
Expand Down