10 #ifndef SAVELOAD_COMPAT_STATION_H
11 #define SAVELOAD_COMPAT_STATION_H
13 #include "../saveload.h"
65 SLC_VAR(
"cargo.reserved_count"),
101 SLC_VAR(
"docking_station.tile"),
117 SLC_VAR(
"had_vehicle_of_type"),
155 SLC_VAR(
"had_vehicle_of_type"),
#define SLC_VAR(name)
Field name where the real SaveLoad can be located.
#define SLC_NULL(length, from, to)
Empty space in every savegame version.
@ SLV_4
4.0 1 4.1 122 0.3.3, 0.3.4 4.2 1222 0.3.5 4.3 1417 4.4 1426
@ SLV_MULTITILE_DOCKS
216 PR#7380 Multiple docks per station.
@ SL_MAX_VERSION
Highest possible saveload version.
@ SL_MIN_VERSION
First savegame version.
@ SLV_2
2.0 0.3.0 2.1 0.3.1, 0.3.2
@ SLV_5
5.0 1429 5.1 1440 5.2 1525 0.3.6
const SaveLoadCompat _station_base_sl_compat[]
Original field order for SlStationBase.
const SaveLoadCompat _roadstop_sl_compat[]
Original field order for _roadstop_desc.
const SaveLoadCompat _station_sl_compat[]
Original field order for _station_desc.
const SaveLoadCompat _station_cargo_sl_compat[]
Original field order for SlStationCargo.
const SaveLoadCompat _station_goods_sl_compat[]
Original field order for SlStationGoods.
const SaveLoadCompat _station_flow_sl_compat[]
Original field order for SlStationFlow.
const SaveLoadCompat _station_waypoint_sl_compat[]
Original field order for SlStationWaypoint.
const SaveLoadCompat _station_normal_sl_compat[]
Original field order for SlStationNormal.
const SaveLoadCompat _old_station_sl_compat[]
Original field order for _old_station_desc.
const SaveLoadCompat _station_spec_list_sl_compat[]
Original field order for SlStationSpecList.
SaveLoad information for backwards compatibility.