hedgewars/uSound.pas
branch0.9.25
changeset 14366 2ab312c47dc3
parent 14075 df0e86b2630f
child 14389 07c9bdc45115
--- a/hedgewars/uSound.pas	Wed Dec 05 03:28:33 2018 +0100
+++ b/hedgewars/uSound.pas	Wed Dec 05 09:38:31 2018 -0500
@@ -475,7 +475,7 @@
 // Get a fallback voice, assuming that snd is not available. Returns sndNone if none is found.
 function GetFallbackV(snd: TSound): TSound;
 begin
-    // Fallback to sndFirePunch1 / sndOw1 / sndOoff1 if a “higher-numbered” sound is missing
+    // Fallback to sndFirePunch1 / sndOw1 / sndOoff1 if a "higher-numbered" sound is missing
     if (snd in [sndFirePunch2, sndFirePunch3, sndFirePunch4, sndFirePunch5, sndFirePunch6]) then
         GetFallbackV := sndFirePunch1
     else if (snd in [sndOw2, sndOw3, sndOw4, sndOuch]) then