add lua
This commit is contained in:
@@ -565,9 +565,9 @@ try_element_again:
|
|||||||
for( unsigned p = 0; p < asPaths.size(); ++p )
|
for( unsigned p = 0; p < asPaths.size(); ++p )
|
||||||
{
|
{
|
||||||
static const char *masks[NUM_ElementCategory][14] = {
|
static const char *masks[NUM_ElementCategory][14] = {
|
||||||
{ "redir", "xml", "png", "jpg", "bmp", "gif","avi", "mpg", "mpeg", "txt", "", NULL},
|
{ "redir", "lua", "xml", "png", "jpg", "bmp", "gif","avi", "mpg", "mpeg", "txt", "", NULL},
|
||||||
{ "redir", "ini", NULL },
|
{ "redir", "ini", NULL },
|
||||||
{ "redir", "xml", "png", "jpg", "bmp", "gif","avi", "mpg", "mpeg", "txt", "", NULL},
|
{ "redir", "lua", "xml", "png", "jpg", "bmp", "gif","avi", "mpg", "mpeg", "txt", "", NULL},
|
||||||
{ "redir", "mp3", "ogg", "wav", NULL },
|
{ "redir", "mp3", "ogg", "wav", NULL },
|
||||||
{ "*", NULL },
|
{ "*", NULL },
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user