]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_shotgun.qc
Precache the reload sound in one place only, until weapons have individual reload...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_shotgun.qc
index 788a578b2b2b659e4e1423d0850e1f4fce246e09..38ae17a24f579e6ef4ea2d05a849f4a812e3dd1f 100644 (file)
@@ -148,7 +148,7 @@ float w_shotgun(float req)
                precache_sound ("misc/itempickup.wav");
                precache_sound ("weapons/shotgun_fire.wav");
                precache_sound ("weapons/shotgun_melee.wav");
-               precache_sound ("weapons/reload.wav");
+               //precache_sound ("weapons/reload.wav"); // until weapons have individual reload sounds, precache the reload sound somewhere else
        }
        else if (req == WR_SETUP)
        {