mirror of https://github.com/OpenTTD/OpenTTD
Fix #10214: Header and footer missing from league table saveload
parent
4f9893cc98
commit
e0cb31ff07
|
@ -52,6 +52,8 @@ struct LEAEChunkHandler : ChunkHandler {
|
|||
|
||||
static const SaveLoad _league_tables_desc[] = {
|
||||
SLE_SSTR(LeagueTable, title, SLE_STR | SLF_ALLOW_CONTROL),
|
||||
SLE_SSTR(LeagueTable, header, SLE_STR | SLF_ALLOW_CONTROL),
|
||||
SLE_SSTR(LeagueTable, footer, SLE_STR | SLF_ALLOW_CONTROL),
|
||||
};
|
||||
|
||||
struct LEATChunkHandler : ChunkHandler {
|
||||
|
|
Loading…
Reference in New Issue