]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/cl_player.qc
Finally fix the animation issue when eating players with very high ping! Seems the...
[voretournament/voretournament.git] / data / qcsrc / server / cl_player.qc
index ed94dc4d5949acfa877ad44bd51bad182dfcdef0..98f781fd967fd92b2469ab3d368a4a32cc0507ba 100644 (file)
@@ -219,8 +219,8 @@ float player_getspecies()
 void player_setupanimsformodel()\r
 {\r
        // if this is the stomach model (or any model that can't be animated), don't attempt to animate\r
-       if(substring(self.model, strlen(self.model) - 3, 3) == "md3") // check model extension\r
-               return;\r
+       //if(substring(self.model, strlen(self.model) - 3, 3) == "md3") // check model extension\r
+       //      return;\r
 \r
        local string animfilename;\r
        local float animfile;\r
@@ -293,8 +293,8 @@ void player_setupanimsformodel()
 void player_anim (void)\r
 {\r
        // if this is the stomach model (or any model that can't be animated), don't attempt to animate\r
-       if(substring(self.model, strlen(self.model) - 3, 3) == "md3") // check model extension\r
-               return;\r
+       //if(substring(self.model, strlen(self.model) - 3, 3) == "md3") // check model extension\r
+       //      return;\r
 \r
        updateanim(self);\r
        if (self.weaponentity)\r