Default value update

This commit is contained in:
SilentSpike 2015-07-21 22:56:47 +01:00
parent aa67e296c0
commit 78ae59b223
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@
["SettingsInitialized", { ["SettingsInitialized", {
GVAR(availableModes) = [[0,1,2], [1,2], [0], [1], [2]] select GVAR(restrictModes); GVAR(availableModes) = [[0,1,2], [1,2], [0], [1], [2]] select GVAR(restrictModes);
GVAR(availableVisions) = [[-2,-1,0,1], [-2,-1], [-2,0,1], [-2]] select GVAR(restrictVisions); GVAR(availableVisions) = [[-2,-1,0,1], [-2,-1], [-2,0,1], [-2]] select GVAR(restrictVisions);
GVAR(camMode) = GVAR(availableModes) select 0;
if !(hasInterface) exitWith {}; if !(hasInterface) exitWith {};

View File

@ -31,7 +31,7 @@ GVAR(camSpeed) = 1;
GVAR(camTilt) = -10; GVAR(camTilt) = -10;
GVAR(camUnit) = objNull; GVAR(camUnit) = objNull;
GVAR(camVision) = -2; GVAR(camVision) = -2;
GVAR(camZoom) = 1.3; GVAR(camZoom) = 1.25;
GVAR(showComp) = true; GVAR(showComp) = true;
GVAR(showHelp) = true; GVAR(showHelp) = true;