Skip to content

Commit

Permalink
Doom: sf_dontstop for Cyberdemon and Spider Mastermind sight sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 16, 2012
1 parent 348c0ba commit 24730b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doomsday/plugins/jdoom/defs/sounds.ded
Expand Up @@ -439,21 +439,21 @@ Sound {

Sound {
ID = "cybsit";
Flags = "sf_shift2";
Flags = shift2 | dontstop;
Lump = "DSCYBSIT";
Link pitch = -1;
Link volume = -1;
Priority = 65; #92;
Priority = 92;
Max channels = 1;
}

Sound {
ID = "spisit";
Flags = "sf_shift2";
Flags = shift2 | dontstop;
Lump = "DSSPISIT";
Link pitch = -1;
Link volume = -1;
Priority = 65; #90;
Priority = 90;
Max channels = 1;
}

Expand Down

0 comments on commit 24730b9

Please sign in to comment.