revert d889982437fe7b91b7161f22559b3b439bbd7292

since https://github.com/wesnoth/wesnoth/pull/201 these tags shouldn't appear in the snapshot/scenario anymore.



reverts d889982437
This commit is contained in:
gfgtdf 2014-11-11 18:29:50 +01:00
parent 47ff6c5767
commit 43e0ef1f26

View File

@ -3194,9 +3194,7 @@ static char const *handled_file_tags[] = {
"event", "generator", "label", "lua", "map", "menu_item",
"modification", "music", "options", "side", "sound_source",
"story", "terrain_graphics", "time", "time_area", "tunnel",
"undo_stack", "variables",
/// @todo: These are only needed for MP campaigns and only for subsequent scenarios, see bug #18883
"multiplayer", "replay_start", "snapshot"
"undo_stack", "variables"
};
static bool is_handled_file_tag(const std::string &s)