From: Rudolf Polzer Date: Sat, 8 May 2010 13:56:59 +0000 (+0200) Subject: cl_gentle 3: use the happy-face gentle mode X-Git-Tag: xonotic-v0.1.0preview~640^2~3^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8f13837c49a68f1c4d72a082bbcb35e007ab8457;p=xonotic%2Fxonotic-data.pk3dir.git cl_gentle 3: use the happy-face gentle mode --- diff --git a/qcsrc/client/gibs.qc b/qcsrc/client/gibs.qc index 9842a2875..67951fc3c 100644 --- a/qcsrc/client/gibs.qc +++ b/qcsrc/client/gibs.qc @@ -156,8 +156,10 @@ void Ent_GibSplash(float isNew) if(type & 0x80) { - if(cvar("cl_gentle") > 1) + if(cvar("cl_gentle") == 2) gentle_prefix = ""; + else if(cvar("cl_gentle") == 3) + gentle_prefix = "happy_"; else gentle_prefix = "morphed_"; }