# HG changeset patch # User unC0Rr # Date 1715760313 -7200 # Node ID 2e529b1a9d5bb07f4043cfd551f7c13f174005eb # Parent caba603f461f2119e6076d94d000c22cc0a39980 Wonder if anyone is trying to build this game anymore diff -r caba603f461f -r 2e529b1a9d5b hedgewars/uSound.pas --- a/hedgewars/uSound.pas Wed May 01 16:49:16 2024 +0200 +++ b/hedgewars/uSound.pas Wed May 15 10:05:13 2024 +0200 @@ -515,7 +515,7 @@ GetFallbackV := sndFire else if (snd in [sndBugger]) then GetFallbackV := sndDrat - else if (snd in [sndDrat] then) + else if (snd in [sndDrat]) then GetFallbackV := sndBugger else if (snd in [sndGonnaGetYou, sndIllGetYou, sndRevenge, sndCutItOut, sndLeaveMeAlone]) then GetFallbackV := sndRegret