mirror of
https://github.com/ENSL/NS.git
synced 2024-11-22 04:31:12 +00:00
Updated client with the correct MAX_WEAPON_SLOTS 5 in cdll_dll.h
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@275 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
811dbdda8d
commit
dcdc87d7e0
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -22,7 +22,7 @@
|
|||
|
||||
#define MAX_WEAPONS 32 // ???
|
||||
|
||||
#define MAX_WEAPON_SLOTS 4 // hud item selection slots
|
||||
#define MAX_WEAPON_SLOTS 5 // hud item selection slots
|
||||
#define MAX_ITEM_TYPES 6 // hud item selection slots
|
||||
|
||||
#define MAX_ITEMS 5 // hard coded item types
|
||||
|
|
Loading…
Reference in a new issue