paper over bug #18883

This commit is contained in:
Anonymissimus 2011-11-07 18:35:57 +00:00
parent c33446f715
commit d889982437

View File

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