Steve Cotton 88f13f32ff Remove the disengaged_orb_color preference
These are leftovers from the original implementation of the disengage orb,
when it was a new color for the single-color orb. During the review process it
became the two-color design, but these parts were left in.

The value of orb_status_helper::get_orb_color(orb_status::disengaged) is used
(both before and after this commit) by the minimap; this commit changes
get_orb_color to return the partial_color() directly. The result will be the
same as before, because disengage_color() returned the same as partial_color().
Prior to this commit that was done by giving both orbs the same value in
game_config.cfg. If the advanced preference to change orbs colors was used, the
value chosen for the partial orb was passed to set_disengage_color() too.
2023-01-31 06:45:53 +01:00
..
2022-12-21 12:30:04 -06:00
2023-01-24 21:02:35 +01:00
2022-12-21 12:30:04 -06:00