From: MirceaKitsune Date: Tue, 19 Apr 2011 13:30:34 +0000 (+0300) Subject: No, undo that last change! It just brings back another old issue in multiplayer ... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b1448088c02a14b43c2814283e0792ede4fbc310;p=voretournament%2Fvoretournament.git No, undo that last change! It just brings back another old issue in multiplayer *sigh* --- diff --git a/data/qcsrc/server/cl_player.qc b/data/qcsrc/server/cl_player.qc index 41dc8f40..3997e3de 100644 --- a/data/qcsrc/server/cl_player.qc +++ b/data/qcsrc/server/cl_player.qc @@ -281,10 +281,6 @@ void player_setupanimsformodel() } else dprint("File ", animfilename, " not found, assuming legacy .zym model animation timings\n"); - - // if this is the stomach model (or any model that can't be animated), don't attempt to animate - if not(substring(self.model, strlen(self.model) - 3, 3) == "md3") // check model extension - setanim(self, self.anim_idle, TRUE, FALSE, TRUE); }; void player_anim (void)