X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=data%2Fqcsrc%2Fserver%2Fg_subs.qc;h=49aaebf6f7be52242bd84810085dc115d1baf095;hb=8e42d7a5946fa23db799590f5e56b604b4134326;hp=28511b0ad0b91c9b4ef7def58fdbc466d7995c4c;hpb=0551f8173d6b71484c04ccf19963280a6211ee0e;p=voretournament%2Fvoretournament.git diff --git a/data/qcsrc/server/g_subs.qc b/data/qcsrc/server/g_subs.qc index 28511b0a..49aaebf6 100644 --- a/data/qcsrc/server/g_subs.qc +++ b/data/qcsrc/server/g_subs.qc @@ -16,10 +16,6 @@ void spawnfunc_info_null (void) void setanim(entity e, vector anim, float looping, float override, float restart) { - // don't attempt to animate the stomach model - if(substring(self.model, strlen(self.model) - 8 - 4, 8) == "_stomach") // - 4 is the extension - return; - if (anim_x == e.animstate_startframe) if (anim_y == e.animstate_numframes) if (anim_z == e.animstate_framerate)