From 63f9cf175480c8f5c41ca4a7fbd350053932c96d Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Wed, 5 Jan 2022 22:23:10 +0100 Subject: longer shotty range, add hit function which does not work --- src/weapon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/weapon.cpp') 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() {} -- cgit v1.2.3