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

@ -1,3 +1,3 @@
[default]
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r552 \cu(Tue 22 Jun 17:35:28 CEST 2021)\c-";
SWWM_SHORTVER="\cw0.9.11b-pre r552 \cu(2021-06-22 17:35:28)\c-";
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r553 \cu(Wed 23 Jun 01:00:39 CEST 2021)\c-";
SWWM_SHORTVER="\cw0.9.11b-pre r553 \cu(2021-06-23 01:00:39)\c-";

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++ )
{