add "loop" file name hint for sounds

This commit is contained in:
Chris Danford
2003-07-05 22:02:42 +00:00
parent ca3cf2b6b7
commit e68bd0a3e6
8 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ try_element_again:
{ "*.ini", NULL },
{ "*.model", "*.sprite", "*.png", "*.jpg", "*.bmp", "*.gif","*.avi", "*.mpg", "*.mpeg", NULL},
{ "*.png", NULL },
{ ".set", ".mp3", ".ogg", ".wav", NULL },
{ ".set", "*.mp3", "*.ogg", "*.wav", NULL },
};
const char **asset_masks = masks[category];