]> git.rm.cloudns.org Git - voretournament/voretournament.git/commitdiff
No, undo that last change! It just brings back another old issue in multiplayer ...
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 19 Apr 2011 13:30:34 +0000 (16:30 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 19 Apr 2011 13:30:34 +0000 (16:30 +0300)
data/qcsrc/server/cl_player.qc

index 41dc8f40dca6a1dba7f53d1ab1e7abd1987302a2..3997e3ded0b8a479529b23a8160af1cff9454ffb 100644 (file)
@@ -281,10 +281,6 @@ void player_setupanimsformodel()
        }\r
        else\r
                dprint("File ", animfilename, " not found, assuming legacy .zym model animation timings\n");\r
-\r
-       // if this is the stomach model (or any model that can't be animated), don't attempt to animate\r
-       if not(substring(self.model, strlen(self.model) - 3, 3) == "md3") // check model extension\r
-               setanim(self, self.anim_idle, TRUE, FALSE, TRUE);\r
 };\r
 \r
 void player_anim (void)\r