]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
cl_gentle 3: use the happy-face gentle mode
authorRudolf Polzer <divVerent@alientrap.org>
Sat, 8 May 2010 13:56:59 +0000 (15:56 +0200)
committerRudolf Polzer <divVerent@alientrap.org>
Sat, 8 May 2010 13:56:59 +0000 (15:56 +0200)
qcsrc/client/gibs.qc

index 9842a28753d404d20d599235ed86fcd613455749..67951fc3c3a021baf23b49a65a48fed92ef29ba2 100644 (file)
@@ -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_";
        }