Browse Source

Remove useless macro from weapons.h (#352)

fix-cwd-path
Bohdan Shulyar 2 years ago committed by GitHub
parent
commit
eceb28a304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dlls/weapons.h

2
dlls/weapons.h

@ -122,7 +122,6 @@ public: @@ -122,7 +122,6 @@ public:
#define GLOCK_MAX_CLIP 17
#define PYTHON_MAX_CLIP 6
#define MP5_MAX_CLIP 50
#define MP5_DEFAULT_AMMO 25
#define SHOTGUN_MAX_CLIP 8
#define CROSSBOW_MAX_CLIP 5
#define RPG_MAX_CLIP 1
@ -138,7 +137,6 @@ public: @@ -138,7 +137,6 @@ public:
#define GLOCK_DEFAULT_GIVE 17
#define PYTHON_DEFAULT_GIVE 6
#define MP5_DEFAULT_GIVE 25
#define MP5_DEFAULT_AMMO 25
#define MP5_M203_DEFAULT_GIVE 0
#define SHOTGUN_DEFAULT_GIVE 12
#define CROSSBOW_DEFAULT_GIVE 5

Loading…
Cancel
Save