File diff r3872:25ee75043157 → r3873:143928b1b522
station_cmd.c
Show inline comments
 
@@ -2871,7 +2871,7 @@ const TileTypeProcs _tile_type_station_p
 

	
 
static const SaveLoad _roadstop_desc[] = {
 
	SLE_VAR(RoadStop,xy,           SLE_UINT32),
 
	SLE_VAR(RoadStop,used,         SLE_UINT8),
 
	SLE_VAR(RoadStop,used,         SLE_BOOL),
 
	SLE_VAR(RoadStop,status,       SLE_UINT8),
 
	/* Index was saved in some versions, but this is not needed */
 
	SLE_CONDNULL(4, 0, 8),