Ejemplo n.º 1
0
void
WeaponGroup::SetControlMode(int m)
{
    control = m;

    ListIter<Weapon> w = weapons;
    while (++w)
        w->SetControlMode(control);
}