aboutsummaryrefslogtreecommitdiffstats
path: root/src/weapon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/weapon.cpp')
-rw-r--r--src/weapon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weapon.cpp b/src/weapon.cpp
index 507c5b3..ad94605 100644
--- a/src/weapon.cpp
+++ b/src/weapon.cpp
@@ -18,7 +18,7 @@ Weapon::Weapon(float const & rg, unsigned int const & dmg, const char *s, const
reload = LoadSound(r);
SetSoundVolume(shot, 0.3f);
SetSoundVolume(reload, 0.3f);
- max = barrel = 5;
+ max = barrel = 10;
}
Weapon::~Weapon() {}