# HG changeset patch # User Wuzzy # Date 1536072771 -7200 # Node ID 72a8c0d63d80d713341dd220ce06cdf5295c2814 # Parent bef952489e0eb72bbbc4d49cb5d54d99f6112c53 Say sndNutter on round draw diff -r bef952489e0e -r 72a8c0d63d80 hedgewars/uTeams.pas --- a/hedgewars/uTeams.pas Tue Sep 04 16:26:15 2018 +0200 +++ b/hedgewars/uTeams.pas Tue Sep 04 16:52:51 2018 +0200 @@ -89,6 +89,10 @@ AddCaption(GetEventString(eidRoundDraw), capcolDefault, capgrpGameState); if SendGameResultOn then SendStat(siGameResult, shortstring(trmsg[sidDraw])); + if PreviousTeam <> nil then + AddVoice(sndNutter, PreviousTeam^.voicepack) + else + AddVoice(sndNutter, TeamsArray[0]^.voicepack); AddGear(0, 0, gtATFinishGame, 0, _0, _0, 3000); end else // win