# HG changeset patch
# User Wuzzy <Wuzzy2@mail.ru>
# Date 1540680540 -7200
# Node ID 03a5d9f0bcc959ac54f4abbcfb568c60287cd132
# Parent  bbecf663d59965d33c2f959f2664e29d0b273af5
Play sndStupid on round draw instead of sndNutter

diff -r bbecf663d599 -r 03a5d9f0bcc9 hedgewars/uTeams.pas
--- a/hedgewars/uTeams.pas	Sun Oct 28 00:47:10 2018 +0200
+++ b/hedgewars/uTeams.pas	Sun Oct 28 00:49:00 2018 +0200
@@ -94,9 +94,9 @@
         if SendGameResultOn then
             SendStat(siGameResult, shortstring(trmsg[sidDraw]));
         if PreviousTeam <> nil then
-            AddVoice(sndNutter, PreviousTeam^.voicepack)
+            AddVoice(sndStupid, PreviousTeam^.voicepack)
         else
-            AddVoice(sndNutter, TeamsArray[0]^.voicepack);
+            AddVoice(sndStupid, TeamsArray[0]^.voicepack);
         AddGear(0, 0, gtATFinishGame, 0, _0, _0, 3000);
         end
     else // win