diff -r 286e170f4f6b -r dab60d247b75 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Fri Jan 05 16:12:19 2018 -0500 +++ b/hedgewars/uVariables.pas Sun Jan 07 18:19:00 2018 +0100 @@ -2731,7 +2731,12 @@ cMaxZoomLevel:= 1.0; cMinZoomLevel:= 3.0; cZoomDelta:= 0.25; -{$ENDIF} + {$ENDIF} + + aVertex:= 0; + aTexCoord:= 1; + aColor:= 2; + cMinMaxZoomLevelDelta:= cMaxZoomLevel - cMinZoomLevel;