mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- fixed comment
This commit is contained in:
parent
6549f05127
commit
aac4fcefa2
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ void InitLevel(MapRecord *maprec)
|
|||
}
|
||||
if (!maprec->labelName.CompareNoCase("$outpost") && !maprec->name.CompareNoCase("$TXTS_MAP09"))
|
||||
{
|
||||
// clear accidental one-sided flag off yet another key card.
|
||||
// silence a misplaced and *very* annoying ambient sound.
|
||||
if (sprite[442].picnum == ST1 && sprite[442].hitag == 1002 && sprite[442].lotag == 31) sprite[442].lotag = -1;
|
||||
}
|
||||
SECRET_SetMapName(currentLevel->DisplayName(), currentLevel->name);
|
||||
|
|
Loading…
Reference in a new issue