OpenTTD Source
20241111-master-gce64d5f5d9
|
Loading of newgrf chunks before table headers were added. More...
#include "../saveload.h"
Go to the source code of this file.
Variables | |
const SaveLoadCompat | _newgrf_mapping_sl_compat [] |
Original field order for _newgrf_mapping_desc. More... | |
const SaveLoadCompat | _grfconfig_sl_compat [] |
Original field order for _newgrf_desc. More... | |
Loading of newgrf chunks before table headers were added.
Definition in file newgrf_sl_compat.h.
const SaveLoadCompat _grfconfig_sl_compat[] |
Original field order for _newgrf_desc.
Definition at line 23 of file newgrf_sl_compat.h.
const SaveLoadCompat _newgrf_mapping_sl_compat[] |
Original field order for _newgrf_mapping_desc.
Definition at line 16 of file newgrf_sl_compat.h.
Referenced by NewGRFMappingChunkHandler::Load().