Fix #10214: Header and footer missing from league table saveload

This commit is contained in:
Jonathan G Rennison 2022-12-09 21:13:39 +00:00 committed by Michael Lutz
parent 4f9893cc98
commit e0cb31ff07

View File

@ -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 {