]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Remove commented out code blocking the animation of stomach models, as this is part...
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 19 Apr 2011 18:43:40 +0000 (21:43 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 19 Apr 2011 18:43:40 +0000 (21:43 +0300)
data/qcsrc/server/cl_player.qc

index e282ed37e836a32238750c3469e776cd4bc29306..a867cd5f460e142c5a9446761405cf3b43ed641a 100644 (file)
@@ -218,10 +218,6 @@ float player_getspecies()
 \r
 void player_setupanimsformodel()\r
 {\r
 \r
 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
-\r
        local string animfilename;\r
        local float animfile;\r
        // defaults for legacy .zym models without animinfo files\r
        local string animfilename;\r
        local float animfile;\r
        // defaults for legacy .zym models without animinfo files\r
@@ -292,10 +288,6 @@ void player_setupanimsformodel()
 \r
 void player_anim (void)\r
 {\r
 \r
 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
-\r
        updateanim(self);\r
        if (self.weaponentity)\r
                updateanim(self.weaponentity);\r
        updateanim(self);\r
        if (self.weaponentity)\r
                updateanim(self.weaponentity);\r