Comment out unsupported audio formats

This commit is contained in:
Jonas Kulla 2013-10-01 02:28:46 +02:00
parent 408864339f
commit 73d5cb5bad
1 changed files with 3 additions and 3 deletions

View File

@ -535,10 +535,10 @@ static const char *audExt[] =
{ {
// "mid", // "mid",
// "midi", // "midi",
"mp3", // "mp3",
// "wma",
"ogg", "ogg",
"wav", "wav"
"wma" // FIXME this prolly isn't even supported lol
}; };
static const char *fonExt[] = static const char *fonExt[] =