From b1448088c02a14b43c2814283e0792ede4fbc310 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Tue, 19 Apr 2011 16:30:34 +0300 Subject: [PATCH] No, undo that last change! It just brings back another old issue in multiplayer *sigh* --- data/qcsrc/server/cl_player.qc | 4 ---- 1 file changed, 4 deletions(-) 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) -- 2.39.2