X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fgibs.qc;h=5f6599f183da88394acab16ff586b69a793bef75;hb=543d3ac5df6159c81c69829c2837a1dc1bf67f5f;hp=22825bc4f38d4912b70c51922098c20213308581;hpb=22a9cf27830f1ced8fbf6c878b068b7d1a750a26;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/gibs.qc b/qcsrc/client/gibs.qc index 22825bc4f..5f6599f18 100644 --- a/qcsrc/client/gibs.qc +++ b/qcsrc/client/gibs.qc @@ -156,7 +156,7 @@ void Ent_GibSplash(float isNew) vector org, vel; string specstr; float issilent; - string gentle_prefix; + string gentle_prefix = "morphed_"; float c, randomvalue; @@ -177,8 +177,6 @@ void Ent_GibSplash(float isNew) gentle_prefix = ""; else if(cl_gentle_gibs == 3) gentle_prefix = "happy_"; - else - gentle_prefix = "morphed_"; } else if(autocvar_cl_particlegibs) {