Teach lua about the [tunnel] tag

This commit is contained in:
Alexander van Gessel 2011-02-07 15:39:14 +01:00
parent fb5cfb0131
commit dd0e55505b

View file

@ -3319,7 +3319,7 @@ void LuaKernel::initialize()
static char const *handled_file_tags[] = {
"color_palette", "color_range", "era", "event", "generator", "illuminated_time",
"label", "lua", "menu_item", "music", "side", "sound_source", "story",
"terrain_graphics", "time", "time_area", "variables"
"terrain_graphics", "time", "time_area", "tunnel", "variables"
};
static bool is_handled_file_tag(const std::string &s)