hedgewars/uSound.pas
changeset 14019 1effb8b72b11
parent 14016 09e2e52aa025
child 14034 f9281c294a4c
--- a/hedgewars/uSound.pas	Sat Oct 27 19:07:37 2018 +0200
+++ b/hedgewars/uSound.pas	Sat Oct 27 19:50:01 2018 +0200
@@ -318,7 +318,8 @@
             (FileName:            'Brilliant.ogg'; Path: ptVoices; AltPath: ptNone),// sndBrilliant
             (FileName:            'Excellent.ogg'; Path: ptVoices; AltPath: ptNone),// sndExcellent
             (FileName:                 'Fire.ogg'; Path: ptVoices; AltPath: ptNone),// sndFire
-            (FileName:            'Watchthis.ogg'; Path: ptVoices; AltPath: ptNone) // sndWatchThis
+            (FileName:            'Watchthis.ogg'; Path: ptVoices; AltPath: ptNone),// sndWatchThis
+            (FileName:              'Runaway.ogg'; Path: ptVoices; AltPath: ptNone) // sndRunAway
             );
 
 
@@ -538,6 +539,8 @@
                     snd := sndByeBye
                 else if (snd = sndWhatThe) then
                     snd := sndNooo
+                else if (snd = sndRunAway) then
+                    snd := sndOops
                 else if (snd = sndThisOneIsMine) then
                     snd := sndReinforce
                 else if (snd in [sndAmazing, sndBrilliant, sndExcellent]) then