OpenTTD Source
20241111-master-gce64d5f5d9
|
Loading of industry chunks before table headers were added. More...
#include "../saveload.h"
Go to the source code of this file.
Variables | |
const SaveLoadCompat | _industry_accepts_sl_compat [] |
const SaveLoadCompat | _industry_produced_history_sl_compat [] |
const SaveLoadCompat | _industry_produced_sl_compat [] |
const SaveLoadCompat | _industry_sl_compat [] |
Original field order for _industry_desc. | |
const SaveLoadCompat | _industry_builder_sl_compat [] |
Original field order for _industry_builder_desc. More... | |
const SaveLoadCompat | _industrytype_builder_sl_compat [] |
Original field order for _industrytype_builder_desc. More... | |
Loading of industry chunks before table headers were added.
Definition in file industry_sl_compat.h.
const SaveLoadCompat _industry_accepts_sl_compat[] |
Definition at line 15 of file industry_sl_compat.h.
const SaveLoadCompat _industry_builder_sl_compat[] |
Original field order for _industry_builder_desc.
Definition at line 77 of file industry_sl_compat.h.
Referenced by IBLDChunkHandler::Load().
const SaveLoadCompat _industry_produced_history_sl_compat[] |
Definition at line 21 of file industry_sl_compat.h.
const SaveLoadCompat _industry_produced_sl_compat[] |
Definition at line 26 of file industry_sl_compat.h.
const SaveLoadCompat _industrytype_builder_sl_compat[] |
Original field order for _industrytype_builder_desc.
Definition at line 82 of file industry_sl_compat.h.
Referenced by ITBLChunkHandler::Load().