Follow through on the 1.5.0 name change of [secondary_unit_filter]...

...to [filter_second].  This wasn't used anywhere in mainline, and
wmllint has been lifting it all along.
This commit is contained in:
Eric S. Raymond 2010-03-03 18:19:45 +00:00
parent 09cdae1500
commit 3cd9a85fd8

View file

@ -2668,7 +2668,7 @@ WML_HANDLER_FUNCTION(heal_unit, event_info, cfg)
}
}
const vconfig healers_filter = cfg.child("secondary_unit_filter");
const vconfig healers_filter = cfg.child("filter_second");
unit_map::iterator v;
std::vector<unit_map::iterator> healers;