OpenTTD Source
12.0-beta2
|
#include "../saveload.h"
Go to the source code of this file.
Variables | |
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_builder_sl_compat[] |
Original field order for _industry_builder_desc.
Definition at line 59 of file industry_sl_compat.h.
Referenced by IBLDChunkHandler::Load().
const SaveLoadCompat _industrytype_builder_sl_compat[] |
Original field order for _industrytype_builder_desc.
Definition at line 64 of file industry_sl_compat.h.
Referenced by ITBLChunkHandler::Load().