mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
Remove stray comment from merge
This commit is contained in:
parent
e0f5312d13
commit
8c23168061
1 changed files with 1 additions and 1 deletions
|
@ -1178,7 +1178,7 @@ static void readlevelheader(MYFILE *f, INT32 num)
|
||||||
}
|
}
|
||||||
#ifdef MUSICSLOT_COMPATIBILITY
|
#ifdef MUSICSLOT_COMPATIBILITY
|
||||||
else if (fastcmp(word, "MUSICSLOT"))
|
else if (fastcmp(word, "MUSICSLOT"))
|
||||||
{ // Backwards compatibility?
|
{
|
||||||
i = get_mus(word2, true);
|
i = get_mus(word2, true);
|
||||||
if (i && i <= 1035)
|
if (i && i <= 1035)
|
||||||
snprintf(mapheaderinfo[num-1]->musname, 7, "%sM", G_BuildMapName(i));
|
snprintf(mapheaderinfo[num-1]->musname, 7, "%sM", G_BuildMapName(i));
|
||||||
|
|
Loading…
Reference in a new issue