hedgewars/uSound.pas
changeset 7984 619a399bece8
parent 7980 7f8df51553a7
child 8015 e7869e70db35
--- a/hedgewars/uSound.pas	Tue Nov 06 10:52:21 2012 -0500
+++ b/hedgewars/uSound.pas	Tue Nov 06 11:01:18 2012 -0500
@@ -139,7 +139,7 @@
             path:= Pathz[ptVoices] + '/' + locName;
             if DirectoryExists(path) then
                 name:= locName
-            else if Length(cLocale) > 2
+            else if Length(cLocale) > 3
                 then
                 begin
                 locName:= name+'_'+Copy(cLocale,1,2);