OpenTTD Source  20241111-master-gce64d5f5d9
goal_sl_compat.h File Reference

Loading of goal chunks before table headers were added. More...

#include "../saveload.h"

Go to the source code of this file.

Variables

const SaveLoadCompat _goals_sl_compat []
 Original field order for _goals_desc. More...
 

Detailed Description

Loading of goal chunks before table headers were added.

Definition in file goal_sl_compat.h.

Variable Documentation

◆ _goals_sl_compat

const SaveLoadCompat _goals_sl_compat[]
Initial value:
= {
SLC_VAR("company"),
SLC_VAR("type"),
SLC_VAR("dst"),
SLC_VAR("text"),
SLC_VAR("progress"),
SLC_VAR("completed"),
}
#define SLC_VAR(name)
Field name where the real SaveLoad can be located.
Definition: saveload.h:1211

Original field order for _goals_desc.

Definition at line 16 of file goal_sl_compat.h.