975 if (HasBit(_display_opt, DO_SHOW_STATION_NAMES)) SetBit(x, 7); |
975 if (HasBit(_display_opt, DO_SHOW_STATION_NAMES)) SetBit(x, 7); |
976 if (HasBit(_display_opt, DO_SHOW_SIGNS)) SetBit(x, 8); |
976 if (HasBit(_display_opt, DO_SHOW_SIGNS)) SetBit(x, 8); |
977 if (HasBit(_display_opt, DO_WAYPOINTS)) SetBit(x, 9); |
977 if (HasBit(_display_opt, DO_WAYPOINTS)) SetBit(x, 9); |
978 if (HasBit(_display_opt, DO_FULL_ANIMATION)) SetBit(x, 10); |
978 if (HasBit(_display_opt, DO_FULL_ANIMATION)) SetBit(x, 10); |
979 if (HasBit(_display_opt, DO_FULL_DETAIL)) SetBit(x, 11); |
979 if (HasBit(_display_opt, DO_FULL_DETAIL)) SetBit(x, 11); |
980 if (IsTransparencySet(TO_HOUSES) && IsTransparencySet(TO_TREES)) SetBit(x, 12); |
980 if (IsTransparencySet(TO_HOUSES)) SetBit(x, 12); |
981 if (IsTransparencySet(TO_SIGNS)) SetBit(x, 13); |
981 if (IsTransparencySet(TO_SIGNS)) SetBit(x, 13); |
982 WP(w, menu_d).checked_items = x; |
982 WP(w, menu_d).checked_items = x; |
983 } |
983 } |
984 |
984 |
985 |
985 |
986 static void ToolbarScenSaveOrLoad(Window *w) |
986 static void ToolbarScenSaveOrLoad(Window *w) |