Fix #10214: Header and footer missing from league table saveload
This commit is contained in:

committed by
Michael Lutz

parent
4f9893cc98
commit
e0cb31ff07
@@ -52,6 +52,8 @@ struct LEAEChunkHandler : ChunkHandler {
|
|||||||
|
|
||||||
static const SaveLoad _league_tables_desc[] = {
|
static const SaveLoad _league_tables_desc[] = {
|
||||||
SLE_SSTR(LeagueTable, title, SLE_STR | SLF_ALLOW_CONTROL),
|
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 {
|
struct LEATChunkHandler : ChunkHandler {
|
||||||
|
Reference in New Issue
Block a user