From dfa574e25f8cbda3c500b7d434a09f24ccf2d48c Mon Sep 17 00:00:00 2001 From: Stephan Stahl Date: Sun, 27 Feb 2011 17:09:28 +0100 Subject: [PATCH] Use one less loop --- qcsrc/menu/anim/animhost.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/qcsrc/menu/anim/animhost.c b/qcsrc/menu/anim/animhost.c index 1d02df5632..48a45bda84 100644 --- a/qcsrc/menu/anim/animhost.c +++ b/qcsrc/menu/anim/animhost.c @@ -166,9 +166,6 @@ void AnimHost_tickAll(entity me) for(e = me.firstChild; e; e = e.nextSibling) { e.tick(e, time); - } - for(e = me.firstChild; e; e = e.nextSibling) - { if (e.isFinished(e)) { tmp = e; -- 2.39.2