OpenTTD Source
12.0-beta2
|
SaveLoad information for backwards compatibility. More...
#include <saveload.h>
Data Fields | |
std::string | name |
Name of the field. | |
uint16 | length |
Length of the NULL field. | |
SaveLoadVersion | version_from |
Save/load the variable starting from this savegame version. | |
SaveLoadVersion | version_to |
Save/load the variable before this savegame version. | |
SaveLoad information for backwards compatibility.
At SLV_SETTINGS_NAME a new method of keeping track of fields in a savegame was added, where the order of fields is no longer important. For older savegames we still need to know the correct order. This struct is the glue to make that happen.
Definition at line 674 of file saveload.h.