diff -r 259840ca77e3 -r acb0526bf458 hedgewars/uVariables.pas --- 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;