--- a/hedgewars/uVariables.pas Tue Jan 15 21:28:54 2019 +0100
+++ b/hedgewars/uVariables.pas Wed Jan 16 00:01:29 2019 +0100
@@ -41,8 +41,8 @@
ipcPort : Word;
AprilOne : boolean;
cFullScreen : boolean;
- cLocaleFName : shortstring;
- cLocale : shortstring;
+ cLanguageFName : shortstring;
+ cLanguage : shortstring;
cTimerInterval : LongInt;
PathPrefix : ansistring;
UserPathPrefix : ansistring;
@@ -2606,7 +2606,7 @@
cAltDamage := false;
cTimerInterval := 8;
cReducedQuality := rqNone;
- cLocaleFName := 'en.txt';
+ cLanguageFName := 'en.txt';
cFullScreen := false;
UserPathPrefix := '';
@@ -2661,8 +2661,8 @@
Move(AmmozInit, Ammoz, sizeof(Ammoz));
- cLocale:= cLocaleFName;
- SplitByChar(cLocale, s, '.');
+ cLanguage:= cLanguageFName;
+ SplitByChar(cLanguage, s, '.');
cFlattenFlakes := false;
cFlattenClouds := false;