diff -r 2eea2c370389 -r fdfe8bf91b8b share/hedgewars/Data/Maps/CTF_Blizzard/map.lua --- a/share/hedgewars/Data/Maps/CTF_Blizzard/map.lua Thu May 16 19:29:51 2019 +0200 +++ b/share/hedgewars/Data/Maps/CTF_Blizzard/map.lua Thu May 16 19:44:27 2019 +0200 @@ -428,6 +428,7 @@ elseif actionReset == 20 then AddVisualGear(GetX(CurrentHedgehog), GetY(CurrentHedgehog), vgtBigExplosion, 0, false) SetGearPosition(CurrentHedgehog,destinationX,destinationY) + PlaySound(sndWarp) AddVisualGear(GetX(CurrentHedgehog), GetY(CurrentHedgehog), vgtBigExplosion, 0, false) end