Remove stray comment from merge

This commit is contained in:
Inuyasha 2016-03-03 22:12:31 -08:00
parent e0f5312d13
commit 8c23168061

View file

@ -1178,7 +1178,7 @@ static void readlevelheader(MYFILE *f, INT32 num)
}
#ifdef MUSICSLOT_COMPATIBILITY
else if (fastcmp(word, "MUSICSLOT"))
{ // Backwards compatibility?
{
i = get_mus(word2, true);
if (i && i <= 1035)
snprintf(mapheaderinfo[num-1]->musname, 7, "%sM", G_BuildMapName(i));