- Fixed: Adding GME support accidentally removed DUMB support.

SVN r1665 (trunk)
This commit is contained in:
Randy Heit 2009-06-11 03:48:53 +00:00
parent deff9cfb12
commit 397c1eda26
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ MusInfo *I_RegisterSong (const char *filename, BYTE *musiccache, int offset, int
}
}
// Check for game music
else if ((fmt = GME_CheckFormat(id)) != NULL)
else if ((fmt = GME_CheckFormat(id)) != NULL && fmt[0] != '\0')
{
info = GME_OpenSong(file, musiccache, len, fmt);
}