hedgewars/uSound.pas
changeset 16042 2e529b1a9d5b
parent 16035 1f9f971adec4
equal deleted inserted replaced
16041:caba603f461f 16042:2e529b1a9d5b
   513             GetFallbackV := sndWatchThis
   513             GetFallbackV := sndWatchThis
   514         else
   514         else
   515             GetFallbackV := sndFire
   515             GetFallbackV := sndFire
   516     else if (snd in [sndBugger]) then
   516     else if (snd in [sndBugger]) then
   517         GetFallbackV := sndDrat
   517         GetFallbackV := sndDrat
   518     else if (snd in [sndDrat] then)
   518     else if (snd in [sndDrat]) then
   519         GetFallbackV := sndBugger
   519         GetFallbackV := sndBugger
   520     else if (snd in [sndGonnaGetYou, sndIllGetYou, sndRevenge, sndCutItOut, sndLeaveMeAlone]) then
   520     else if (snd in [sndGonnaGetYou, sndIllGetYou, sndRevenge, sndCutItOut, sndLeaveMeAlone]) then
   521         GetFallbackV := sndRegret
   521         GetFallbackV := sndRegret
   522     else if (snd in [sndOhDear, sndSoLong]) then
   522     else if (snd in [sndOhDear, sndSoLong]) then
   523         GetFallbackV := sndByeBye
   523         GetFallbackV := sndByeBye