Add header and footer to league table saveload descriptor

See: https://github.com/OpenTTD/OpenTTD/issues/10214
This commit is contained in:
Jonathan G Rennison 2022-12-09 21:13:39 +00:00
parent d776b302fa
commit 37a270e65c

View File

@ -54,6 +54,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 {