]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
no longer network sv_gentle gibs status (not needed, we settemp the client cvar now)
authorRudolf Polzer <divverent@alientrap.org>
Wed, 29 Sep 2010 18:36:45 +0000 (20:36 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Wed, 29 Sep 2010 18:36:45 +0000 (20:36 +0200)
qcsrc/server/g_violence.qc

index 8cecaeae689eb574dc43702f7ee6f97109dfd093..a6e73ba251b1132e343ab39ffac5bf21a1f81563 100644 (file)
@@ -19,8 +19,6 @@ void Violence_GibSplash_At(vector org, vector dir, float type, float amount, ent
        e.classname = "gibsplash";
        e.cnt = amount;
        e.state = type; // should stay smaller than 15
-       if(sv_gentle)
-               e.state |= 0x80; // "force gentle" bit
        if(!sound_allowed(MSG_BROADCAST, gibowner) || !sound_allowed(MSG_BROADCAST, attacker))
                e.state |= 0x40; // "silence" bit
        e.state |= 8 * self.species; // gib type, ranges from 0 to 15