# HG changeset patch # User nemo # Date 1270587655 0 # Node ID bab4a078263f7f64bdd6055ee057777e96fdf15e # Parent fbf59d08a395abb7cc97c70eae5cf4635c4d99b4 restore sndIncoming for the other 2 air attacks diff -r fbf59d08a395 -r bab4a078263f hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Tue Apr 06 20:45:20 2010 +0000 +++ b/hedgewars/uConsts.pas Tue Apr 06 21:00:55 2010 +0000 @@ -1230,7 +1230,7 @@ Timer: 0; Pos: 0; AmmoType: amMineStrike; - AttackVoice: sndNone); + AttackVoice: sndIncoming); Slot: 5; TimeAfterTurn: 0; minAngle: 0; @@ -1467,7 +1467,7 @@ Timer: 0; Pos: 0; AmmoType: amNapalm; - AttackVoice: sndNone); + AttackVoice: sndIncoming); Slot: 5; TimeAfterTurn: 0; minAngle: 0;