From d8cce9ece43ce5483275ffe200d6a444c354ff2b Mon Sep 17 00:00:00 2001 From: SAM Date: Thu, 14 May 2015 17:07:20 +0200 Subject: [PATCH] Removed redundant settings --- addons/viewdistance/ACE_Settings.hpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/addons/viewdistance/ACE_Settings.hpp b/addons/viewdistance/ACE_Settings.hpp index 46f7a8955a..91ac257c01 100644 --- a/addons/viewdistance/ACE_Settings.hpp +++ b/addons/viewdistance/ACE_Settings.hpp @@ -29,18 +29,6 @@ class ACE_Settings { displayName = "View Distance Limit"; description = "Limit for client's view distance set here and can overridden by module"; }; - class GVAR(terrainGrid) { - typeName = "SCALAR"; - value = 10; // MP default as found in: https://community.bistudio.com/wiki/setTerrainGrid - displayName = "Client Terrain Grid"; - description = "Changes in game terrain grid"; - }; - class GVAR(shadows) { - typeName = "SCALAR"; - value = 200; // MP default as found in: https://community.bistudio.com/wiki/setObjectViewDistance - displayName = "Client Shadows distance"; - description = "Changes in game shadows"; - }; }; // To do: include string table style displayName & description. \ No newline at end of file