Skip to content

Commit

Permalink
Added sf_dontstop, barexp uses it
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 31, 2003
1 parent 538b8a4 commit 5df44c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doomsday/Defs/jDoom/Audio.ded
Expand Up @@ -13,6 +13,7 @@ Flag { ID = "sf_shift2"; Value = 0x2; }
Flag { ID = "sf_exclude"; Value = 0x4; }
Flag { ID = "sf_nodist"; Value = 0x8; }
Flag { ID = "sf_repeat"; Value = 0x10; }
Flag { ID = "sf_dontstop"; Value = 0x20; }

Music { ID = "None"; }
Music { ID = "e1m1"; Lump = "D_E1M1"; }
Expand Down Expand Up @@ -905,7 +906,7 @@ Sound {

Sound {
ID = "barexp";
Flags = "sf_shift2";
Flags = "sf_shift2 sf_dontstop";
Lump = "DSBAREXP";
Link pitch = -1;
Link volume = -1;
Expand Down

0 comments on commit 5df44c8

Please sign in to comment.