From 484af7879e534c6f21cd5e129d1dd14a44a1aced Mon Sep 17 00:00:00 2001 From: Mircea Kitsune Date: Sat, 14 Jan 2012 12:46:21 +0200 Subject: [PATCH] Shorten definition with the normally the same result --- qcsrc/common/util.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/util.qh b/qcsrc/common/util.qh index 1670cf09d..ea4178823 100644 --- a/qcsrc/common/util.qh +++ b/qcsrc/common/util.qh @@ -293,7 +293,7 @@ void Shutdown(); #ifndef MENUQC // loops through the tags of model v using counter tagnum -#define FOR_EACH_TAG(v) float tagnum; for(tagnum = 0, gettaginfo(v, tagnum);; tagnum++, gettaginfo(v, tagnum)) if(tagnum && !gettaginfo_name) break; else +#define FOR_EACH_TAG(v) float tagnum; for(tagnum = 0;; tagnum++, gettaginfo(v, tagnum)) if(tagnum && !gettaginfo_name) break; else #endif #ifdef SVQC void WriteApproxPastTime(float dst, float t); -- 2.39.2