|
OpenTTD Source 20251104-master-g3befbdd52f
|
Loading of settings chunks before table headers were added. More...
#include "../saveload.h"Go to the source code of this file.
Variables | |
| const SaveLoadCompat | _gameopt_sl_compat [] |
| Original field order for _gameopt. | |
| const SaveLoadCompat | _settings_sl_compat [] |
| Original field order for _settings. | |
Loading of settings chunks before table headers were added.
Definition in file settings_sl_compat.h.
| const SaveLoadCompat _gameopt_sl_compat[] |
Original field order for _gameopt.
Definition at line 16 of file settings_sl_compat.h.
Referenced by OPTSChunkHandler::Load().
| const SaveLoadCompat _settings_sl_compat[] |
Original field order for _settings.
Definition at line 30 of file settings_sl_compat.h.
Referenced by PATSChunkHandler::Load(), and PATSChunkHandler::LoadCheck().