Further delay start of clear music.

This commit is contained in:
Mari the Deer 2021-06-23 01:00:39 +02:00
commit 6a7210cbbf
2 changed files with 3 additions and 3 deletions

View file

@ -189,7 +189,7 @@ extend Class SWWMHandler
if ( swwm_silencemap )
{
S_ChangeMusic("music/nomusic.ogg",force:true);
startmus = 500;
startmus = 1050;
}
for ( int i=0; i<MAXPLAYERS; i++ )
{