diff --git a/stepmania/src/ThemeManager.cpp b/stepmania/src/ThemeManager.cpp index 9eb9128f63..d76a2c9416 100644 --- a/stepmania/src/ThemeManager.cpp +++ b/stepmania/src/ThemeManager.cpp @@ -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];