]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
GENTLEMEN
authorRudolf Polzer <divverent@alientrap.org>
Sun, 9 May 2010 14:03:43 +0000 (16:03 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 9 May 2010 14:04:12 +0000 (16:04 +0200)
I ACCIDENTALLY ALWAYS GENTLE GIBS
FIXED

qcsrc/client/gibs.qc

index 67951fc3c3a021baf23b49a65a48fed92ef29ba2..a92567e61928f90ff8f4c74916430234f4768f3d 100644 (file)
@@ -160,7 +160,7 @@ void Ent_GibSplash(float isNew)
                        gentle_prefix = "";
                else if(cvar("cl_gentle") == 3) 
                        gentle_prefix = "happy_";
-               else
+               else if(cvar("cl_gentle"))
                        gentle_prefix = "morphed_";
        }
        else if(cvar("cl_particlegibs"))