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

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

#include "../saveload.h"

Go to the source code of this file.

Variables

const SaveLoadCompat _sign_sl_compat []
 Original field order for _sign_desc.
 

Detailed Description

Loading of signs chunks before table headers were added.

Definition in file signs_sl_compat.h.

Variable Documentation

◆ _sign_sl_compat

const SaveLoadCompat _sign_sl_compat[]
Initial value:
= {
SLC_VAR("name"),
SLC_VAR("x"),
SLC_VAR("y"),
SLC_VAR("owner"),
SLC_VAR("z"),
}
#define SLC_VAR(name)
Field name where the real SaveLoad can be located.
Definition saveload.h:1247

Original field order for _sign_desc.

Definition at line 16 of file signs_sl_compat.h.

Referenced by SIGNChunkHandler::Load().