station_cmd.c
changeset 3873 5ddd36fbebff
parent 3812 d9b3041ee3d0
child 3876 c0d426e78b56
equal deleted inserted replaced
3872:2c1a79141c34 3873:5ddd36fbebff
  2869 	GetSlopeTileh_Station,      /* get_slope_tileh_proc */
  2869 	GetSlopeTileh_Station,      /* get_slope_tileh_proc */
  2870 };
  2870 };
  2871 
  2871 
  2872 static const SaveLoad _roadstop_desc[] = {
  2872 static const SaveLoad _roadstop_desc[] = {
  2873 	SLE_VAR(RoadStop,xy,           SLE_UINT32),
  2873 	SLE_VAR(RoadStop,xy,           SLE_UINT32),
  2874 	SLE_VAR(RoadStop,used,         SLE_UINT8),
  2874 	SLE_VAR(RoadStop,used,         SLE_BOOL),
  2875 	SLE_VAR(RoadStop,status,       SLE_UINT8),
  2875 	SLE_VAR(RoadStop,status,       SLE_UINT8),
  2876 	/* Index was saved in some versions, but this is not needed */
  2876 	/* Index was saved in some versions, but this is not needed */
  2877 	SLE_CONDNULL(4, 0, 8),
  2877 	SLE_CONDNULL(4, 0, 8),
  2878 	SLE_VAR(RoadStop,station,      SLE_UINT16),
  2878 	SLE_VAR(RoadStop,station,      SLE_UINT16),
  2879 	SLE_CONDNULL(1, 0, 25),
  2879 	SLE_CONDNULL(1, 0, 25),