- pass level as an argument to some code being used by the map loader.
This commit is contained in:
parent
eecf3a203a
commit
4d34e5997b
4 changed files with 63 additions and 64 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue