hedgewars/uVariables.pas
branchspacecampaign
changeset 9382 f1464fa10c0b
parent 9367 d7bcadc4c380
child 9473 a51a69094c24
--- a/hedgewars/uVariables.pas	Fri Jul 19 04:51:08 2013 +0300
+++ b/hedgewars/uVariables.pas	Sat Jul 27 17:23:26 2013 +0300
@@ -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;