]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
REALLY fix it
authorRudolf Polzer <divverent@alientrap.org>
Sat, 8 May 2010 20:34:11 +0000 (22:34 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 8 May 2010 20:34:11 +0000 (22:34 +0200)
qcsrc/client/target_music.qc

index 2111347272bd8e331278606e752e9c26941fa587..d23fc01a95585a8bca9b203b132196dd8684c7bb 100644 (file)
@@ -73,8 +73,7 @@ void Net_TargetMusic()
                e.enttype = ENT_CLIENT_TRIGGER_MUSIC;
                e.count = id;
        }
-       s = e.noise;
-       if(e.noise != s)
+       if(e.noise != noi)
        {
                if(e.noise)
                        strunzone(e.noise);