Whatever ".set" is, we don't support it.
This commit is contained in:
@@ -193,7 +193,7 @@ try_element_again:
|
|||||||
{ "*.ini", NULL },
|
{ "*.ini", NULL },
|
||||||
{ "*.actor", "*.sprite", "*.png", "*.jpg", "*.bmp", "*.gif","*.avi", "*.mpg", "*.mpeg", "*.txt", NULL},
|
{ "*.actor", "*.sprite", "*.png", "*.jpg", "*.bmp", "*.gif","*.avi", "*.mpg", "*.mpeg", "*.txt", NULL},
|
||||||
{ "*.png", NULL },
|
{ "*.png", NULL },
|
||||||
{ ".set", "*.mp3", "*.ogg", "*.wav", NULL },
|
{ "*.mp3", "*.ogg", "*.wav", NULL },
|
||||||
{ "*.sm", NULL },
|
{ "*.sm", NULL },
|
||||||
};
|
};
|
||||||
const char **asset_masks = masks[category];
|
const char **asset_masks = masks[category];
|
||||||
|
|||||||
Reference in New Issue
Block a user