Changeset - r26644:fea3708535d4
[Not reviewed]
master
0 1 0
Jonathan G Rennison - 18 months ago 2022-12-09 21:13:39
j.g.rennison@gmail.com
Fix #10214: Header and footer missing from league table saveload
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/saveload/league_sl.cpp
Show inline comments
 
@@ -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 {
0 comments (0 inline, 0 general)