Play sndStupid on round draw instead of sndNutter
authorWuzzy <Wuzzy2@mail.ru>
Sun, 28 Oct 2018 00:49:00 +0200
changeset 14024 03a5d9f0bcc9
parent 14023 bbecf663d599
child 14025 bb2f4636787f
child 14034 f9281c294a4c
Play sndStupid on round draw instead of sndNutter
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