From 5ac1995c6edfa82c85d812dcb69112dd0988b1c0 Mon Sep 17 00:00:00 2001 From: Mircea Kitsune Date: Sat, 14 Jan 2012 13:57:31 +0200 Subject: [PATCH] Clear a code comment --- 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 d55ffd73f..046c32fc1 100644 --- a/qcsrc/common/util.qh +++ b/qcsrc/common/util.qh @@ -292,7 +292,7 @@ float InterpretBoolean(string input); void Shutdown(); #ifndef MENUQC -// gets the total number of tags on model v +// returns the total number of tags on model v #define TOTAL_TAGS(v) skel_get_numbones(skel_create(v.modelindex)); skel_delete(v.modelindex) // loops through the tags of model v using counter tagnum #define FOR_EACH_TAG(v) float tagnum, totaltags; totaltags = TOTAL_TAGS(v); for(tagnum = 0; tagnum < totaltags; tagnum++, gettaginfo(v, tagnum)) -- 2.39.2