Skip to content

Commit

Permalink
paper over bug #18883
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymissimus committed Nov 7, 2011
1 parent c33446f commit d889982
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/scripting/lua.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit d889982

Please sign in to comment.