mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-12 21:05:51 +00:00
paper over bug #18883
This commit is contained in:
parent
c33446f715
commit
d889982437
@ -3799,7 +3799,9 @@ static char const *handled_file_tags[] = {
|
||||
"color_palette", "color_range", "era", "event", "generator",
|
||||
"label", "lua", "menu_item", "music", "side", "sound_source", "story",
|
||||
"terrain_graphics", "time", "time_area", "tunnel", "variables", "endlevel",
|
||||
"display"
|
||||
"display",
|
||||
//TODO: These are only needed for MP campaigns and only for subsequent scenarios, see bug #18883
|
||||
"snapshot", "multiplayer", "replay_start"
|
||||
};
|
||||
|
||||
static bool is_handled_file_tag(const std::string &s)
|
||||
|
Loading…
x
Reference in New Issue
Block a user