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

Go to the source code of this file.

Variables

const SaveLoadCompat _group_sl_compat []
 Original field order for _group_desc. More...
 

Detailed Description

Loading of group chunks before table headers were added.

Definition in file group_sl_compat.h.

Variable Documentation

◆ _group_sl_compat

const SaveLoadCompat _group_sl_compat[]
Initial value:
= {
SLC_VAR("name"),
SLC_VAR("owner"),
SLC_VAR("vehicle_type"),
SLC_VAR("flags"),
SLC_VAR("livery.in_use"),
SLC_VAR("livery.colour1"),
SLC_VAR("livery.colour2"),
SLC_VAR("parent"),
}

Original field order for _group_desc.

Definition at line 16 of file group_sl_compat.h.

SLC_VAR
#define SLC_VAR(name)
Field name where the real SaveLoad can be located.
Definition: saveload.h:1207
SL_MIN_VERSION
@ SL_MIN_VERSION
First savegame version.
Definition: saveload.h:31
SLV_164
@ SLV_164
164 23290
Definition: saveload.h:239
SLC_NULL
#define SLC_NULL(length, from, to)
Empty space in every savegame version.
Definition: saveload.h:1215