OpenTTD Source  20241111-master-gce64d5f5d9
storage_sl_compat.h File Reference

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

#include "../saveload.h"

Go to the source code of this file.

Variables

const SaveLoadCompat _storage_sl_compat []
 Original field order for _storage_desc. More...
 

Detailed Description

Loading of storage chunks before table headers were added.

Definition in file storage_sl_compat.h.

Variable Documentation

◆ _storage_sl_compat

const SaveLoadCompat _storage_sl_compat[]
Initial value:
= {
SLC_VAR("grfid"),
SLC_VAR("storage"),
}
#define SLC_VAR(name)
Field name where the real SaveLoad can be located.
Definition: saveload.h:1211

Original field order for _storage_desc.

Definition at line 16 of file storage_sl_compat.h.

Referenced by PSACChunkHandler::Load().