]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix useless reference to fireball_impact.wav
authorRudolf Polzer <divverent@alientrap.org>
Fri, 3 Sep 2010 22:43:46 +0000 (00:43 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 3 Sep 2010 22:43:46 +0000 (00:43 +0200)
qcsrc/server/w_fireball.qc

index 368faecbf3b9c340fb945a673102e20e31ba2f97..0827d2402fc41df56d8ab42cdf575c2777a195d8 100644 (file)
@@ -378,7 +378,6 @@ float w_fireball(float req)
        }
        else if(req == WR_PRECACHE)
        {
-               precache_sound("weapons/fireball_impact.wav");
                precache_sound("weapons/fireball_impact2.wav");
        }
        else if (req == WR_SUICIDEMESSAGE)