From fc0f6c588aa716a6314a18813c760c2861cce3af Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 25 Mar 2016 05:51:54 +1000 Subject: [PATCH] Make hagar animation loop --- qcsrc/client/view.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/client/view.qc b/qcsrc/client/view.qc index debe7a5c18..615ec0b29f 100644 --- a/qcsrc/client/view.qc +++ b/qcsrc/client/view.qc @@ -329,7 +329,7 @@ void viewmodel_draw(entity this) this.viewmodel_angles = this.angles; } anim_update(this); - if (!this.animstate_override) + if (!this.animstate_override && !this.animstate_looping) anim_set(this, this.anim_idle, true, false, false); } float f = 0; // 0..1; 0: fully active -- 2.39.2