]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/g_subs.qc
Less blurry crosshair ring
[voretournament/voretournament.git] / data / qcsrc / server / g_subs.qc
index 28511b0ad0b91c9b4ef7def58fdbc466d7995c4c..49aaebf6f7be52242bd84810085dc115d1baf095 100644 (file)
@@ -16,10 +16,6 @@ void spawnfunc_info_null (void)
 \r
 void setanim(entity e, vector anim, float looping, float override, float restart)\r
 {\r
-       // don't attempt to animate the stomach model\r
-       if(substring(self.model, strlen(self.model) - 8 - 4, 8) == "_stomach") // - 4 is the extension\r
-               return;\r
-\r
        if (anim_x == e.animstate_startframe)\r
        if (anim_y == e.animstate_numframes)\r
        if (anim_z == e.animstate_framerate)\r