aboutsummaryrefslogtreecommitdiffstats
path: root/src/weapon.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/weapon.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/weapon.cpp b/src/weapon.cpp
index f357b40..f7426d6 100644
--- a/src/weapon.cpp
+++ b/src/weapon.cpp
@@ -13,7 +13,6 @@
AWeapon::AWeapon(float const & rg, unsigned int const & dmg, unsigned int const & mag, const char *s, const char *r) :
range(rg), damage(dmg), max(mag)
{
- InitAudioDevice();
shot = LoadSound(s);
reload = LoadSound(r);
SetSoundVolume(shot, 0.3f);