Mark [map] as a handled tag to avoid Lua error

This commit is contained in:
Simon Forsyth 2012-02-23 03:45:20 +00:00
parent 0b107d39bf
commit 68dc23cd0b

View file

@ -3804,7 +3804,7 @@ void LuaKernel::initialize()
static char const *handled_file_tags[] = {
"color_palette", "color_range", "era", "event", "generator",
"label", "lua", "menu_item", "music", "side", "sound_source", "story",
"label", "lua", "map", "menu_item", "music", "side", "sound_source", "story",
"terrain_graphics", "time", "time_area", "tunnel", "variables", "endlevel",
"display",
//TODO: These are only needed for MP campaigns and only for subsequent scenarios, see bug #18883