Play record scratch in level un-clear even if music isn't silenced.
This commit is contained in:
parent
ddd198974d
commit
cb711774dc
2 changed files with 3 additions and 3 deletions
|
|
@ -1259,8 +1259,8 @@ Class SWWMHandler : EventHandler
|
|||
{
|
||||
restartmus = 25;
|
||||
S_ChangeMusic("",force:true);
|
||||
S_StartSound("recordscratch",CHAN_VOICE,CHANF_UI|CHANF_NOPAUSE|CHANF_OVERLAP,1,ATTN_NONE);
|
||||
}
|
||||
S_StartSound("recordscratch",CHAN_VOICE,CHANF_UI|CHANF_NOPAUSE|CHANF_OVERLAP,1,ATTN_NONE);
|
||||
mapclear = false;
|
||||
if ( mapclearagain > 1 ) Console.Printf(StringTable.Localize("$SWWM_NOTCLEARAGAIN"));
|
||||
else Console.Printf(StringTable.Localize("$SWWM_NOTCLEAR"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue