Add header and footer to league table saveload descriptor

See: https://github.com/OpenTTD/OpenTTD/issues/10214
pull/461/head
Jonathan G Rennison 2 years ago
parent d776b302fa
commit 37a270e65c

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

Loading…
Cancel
Save