- pass level as an argument to some code being used by the map loader.

This commit is contained in:
Christoph Oelckers 2018-12-29 16:19:38 +01:00
commit 4d34e5997b
4 changed files with 63 additions and 64 deletions

View file

@ -405,11 +405,7 @@ void S_Start ()
if (level.info)
{
LocalSndInfo = level.info->SoundInfo;
}
if (level.info)
{
LocalSndSeq = level.info->SndSeq;
LocalSndSeq = level.info->SndSeq;
}
bool parse_ss = false;