hedgewars/uVariables.pas
changeset 9367 d7bcadc4c380
parent 9300 e5dafb5843c6
child 9473 a51a69094c24
--- a/hedgewars/uVariables.pas	Mon Jul 22 18:16:01 2013 +0200
+++ b/hedgewars/uVariables.pas	Mon Jul 22 19:01:28 2013 +0200
@@ -2368,7 +2368,7 @@
 procedure initModule;
 begin
     // TODO: we could just have one cLocale variables and drop strutils
-    cLocale:= ExtractDelimited(0, cLocaleFName, StdWordDelims);
+    cLocale:= ExtractDelimited(1, cLocaleFName, StdWordDelims);
 
     cFlattenFlakes      := false;
     cFlattenClouds      := false;