Add ability to find a proprietary SM file, for things such as ScreenHowToPlay

This commit is contained in:
Kevin Slaughter
2003-09-11 09:14:46 +00:00
parent 050e76f4c5
commit ef5952192e
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -193,6 +193,7 @@ try_element_again:
{ "*.model", "*.sprite", "*.png", "*.jpg", "*.bmp", "*.gif","*.avi", "*.mpg", "*.mpeg", NULL},
{ "*.png", NULL },
{ ".set", "*.mp3", "*.ogg", "*.wav", NULL },
{ "*.sm", NULL },
};
const char **asset_masks = masks[category];