mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-07 14:58:22 +00:00
Fix #10214: Header and footer missing from league table saveload
This commit is contained in:
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
Block a user