hedgewars/uVariables.pas
changeset 9431 0f5961910e27
parent 9367 d7bcadc4c380
child 9473 a51a69094c24
--- a/hedgewars/uVariables.pas	Tue Jul 16 11:14:27 2013 +0200
+++ b/hedgewars/uVariables.pas	Tue Aug 27 17:22:07 2013 +0400
@@ -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;