Teach lua about the [tunnel] tag
This commit is contained in:
parent
fb5cfb0131
commit
dd0e55505b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue