OpenTTD Source  20241108-master-g80f628063a
map_sl_compat.h File Reference

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

#include "../saveload.h"

Go to the source code of this file.

Variables

const SaveLoadCompat _map_sl_compat []
 Original field order for _map_desc. More...
 

Detailed Description

Loading for map chunks before table headers were added.

Definition in file map_sl_compat.h.

Variable Documentation

◆ _map_sl_compat

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

Original field order for _map_desc.

Definition at line 16 of file map_sl_compat.h.