OpenTTD Source  20240919-master-gdf0233f4c2
subsidy_sl_compat.h File Reference
#include "../saveload.h"

Go to the source code of this file.

Variables

const SaveLoadCompat _subsidies_sl_compat []
 Original field order for _subsidies_desc. More...
 

Detailed Description

Loading of subsidy chunks before table headers were added.

Definition in file subsidy_sl_compat.h.

Variable Documentation

◆ _subsidies_sl_compat

const SaveLoadCompat _subsidies_sl_compat[]
Initial value:
= {
SLC_VAR("cargo_type"),
SLC_VAR("remaining"),
SLC_VAR("awarded"),
SLC_VAR("src_type"),
SLC_VAR("dst_type"),
SLC_VAR("src"),
SLC_VAR("dst"),
}

Original field order for _subsidies_desc.

Definition at line 16 of file subsidy_sl_compat.h.

SLC_VAR
#define SLC_VAR(name)
Field name where the real SaveLoad can be located.
Definition: saveload.h:1207