From: Rudolf Polzer Date: Wed, 29 Sep 2010 18:36:45 +0000 (+0200) Subject: no longer network sv_gentle gibs status (not needed, we settemp the client cvar now) X-Git-Tag: xonotic-v0.1.0preview~310^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1997eccbe8c06b50150c59f1c4ab6f5af9ea6dee;p=xonotic%2Fxonotic-data.pk3dir.git no longer network sv_gentle gibs status (not needed, we settemp the client cvar now) --- diff --git a/qcsrc/server/g_violence.qc b/qcsrc/server/g_violence.qc index 8cecaeae6..a6e73ba25 100644 --- a/qcsrc/server/g_violence.qc +++ b/qcsrc/server/g_violence.qc @@ -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