hedgewars/uVariables.pas
changeset 14861 acb0526bf458
parent 14844 9e8c201eae9d
child 14944 8b53cb1c0ada
--- a/hedgewars/uVariables.pas	Tue Apr 30 17:00:23 2019 +0200
+++ b/hedgewars/uVariables.pas	Tue Apr 30 18:25:04 2019 +0200
@@ -2593,6 +2593,8 @@
     aTexCoord: GLint;
     aColor: GLint;
 
+    lDecimalSeparator: Char;
+
 var trammo:  array[TAmmoStrId] of ansistring;   // name of the weapon
     trammoc: array[TAmmoStrId] of ansistring;   // caption of the weapon
     trammod: array[TAmmoStrId] of ansistring;   // description of the weapon
@@ -2817,6 +2819,8 @@
     aTexCoord:= 1;
     aColor:= 2;
 
+    lDecimalSeparator       := '.';
+
 
     cMinMaxZoomLevelDelta:= cMaxZoomLevel - cMinZoomLevel;