OpenTTD Source 20241224-master-gee860a5c8e
autoreplace_sl_compat.h File Reference

Loading for autoreplace chunks before table headers were added. More...

#include "../saveload.h"

Go to the source code of this file.

Variables

const SaveLoadCompat _engine_renew_sl_compat []
 Original field order for _engine_renew_desc.
 

Detailed Description

Loading for autoreplace chunks before table headers were added.

Definition in file autoreplace_sl_compat.h.

Variable Documentation

◆ _engine_renew_sl_compat

const SaveLoadCompat _engine_renew_sl_compat[]
Initial value:
= {
SLC_VAR("from"),
SLC_VAR("to"),
SLC_VAR("next"),
SLC_VAR("group_id"),
SLC_VAR("replace_when_old"),
}
#define SLC_VAR(name)
Field name where the real SaveLoad can be located.
Definition saveload.h:1247

Original field order for _engine_renew_desc.

Definition at line 16 of file autoreplace_sl_compat.h.

Referenced by ERNWChunkHandler::Load().