diff --git a/YSI_Players/y_groups/setup.inc b/YSI_Players/y_groups/setup.inc index 95dfc97b8..fad6a8fea 100644 --- a/YSI_Players/y_groups/setup.inc +++ b/YSI_Players/y_groups/setup.inc @@ -168,7 +168,7 @@ Optional plugins: // The variable is now based on both input variables to avoid shadow // warnings when used within another check (as in "Group_FullPlayerUpdate"). #define _GROUPS_CHECK_ANY(%0,%1) \ - for (new %1__g%0 = bits<_MAX_GROUPS_G>; %1__g%0--; ) if (%0[%1__g%0] & %1[%1__g%0]) + for (new %1__g%0 = bits<_MAX_GROUPS_G>; %1__g%0--; ) if ((%0[%1__g%0] & %1[%1__g%0]) && !((%1__g%0 = 0))) #endif stock