From d889982437fe7b91b7161f22559b3b439bbd7292 Mon Sep 17 00:00:00 2001 From: Anonymissimus Date: Mon, 7 Nov 2011 18:35:57 +0000 Subject: [PATCH] paper over bug #18883 --- src/scripting/lua.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/scripting/lua.cpp b/src/scripting/lua.cpp index 057fac3d697..7306c8cf658 100644 --- a/src/scripting/lua.cpp +++ b/src/scripting/lua.cpp @@ -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)