Whatever ".set" is, we don't support it.

This commit is contained in:
Glenn Maynard
2003-10-19 21:12:27 +00:00
parent 6eaabfd769
commit 900b2c1685
+1 -1
View File
@@ -193,7 +193,7 @@ try_element_again:
{ "*.ini", NULL },
{ "*.actor", "*.sprite", "*.png", "*.jpg", "*.bmp", "*.gif","*.avi", "*.mpg", "*.mpeg", "*.txt", NULL},
{ "*.png", NULL },
{ ".set", "*.mp3", "*.ogg", "*.wav", NULL },
{ "*.mp3", "*.ogg", "*.wav", NULL },
{ "*.sm", NULL },
};
const char **asset_masks = masks[category];