Ejemplo n.º 1
0
void
WeaponGroup::SetSweep(int s)
{
    sweep = s;

    ListIter<Weapon> w = weapons;
    while (++w)
        w->SetSweep(sweep);
}