src/main_gui.cpp
changeset 8615 d9525e4e85f5
parent 8584 6e53efd3a137
child 8723 e513a23c2797
equal deleted inserted replaced
8614:4c67a883c4c4 8615:d9525e4e85f5
   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)