From a7c1d0e5bf69c54c4465ad504ab051b90b4eb4c7 Mon Sep 17 00:00:00 2001 From: SilentSpike Date: Sat, 21 May 2016 17:43:25 +0100 Subject: [PATCH] Remove erroneous tabs --- .../functions/fnc_moduleTeleportPlayers.sqf | 10 +- addons/zeus/ui/RscAttributes.hpp | 106 +++++++++--------- 2 files changed, 58 insertions(+), 58 deletions(-) diff --git a/addons/zeus/functions/fnc_moduleTeleportPlayers.sqf b/addons/zeus/functions/fnc_moduleTeleportPlayers.sqf index ebd40e178d..decdb21999 100644 --- a/addons/zeus/functions/fnc_moduleTeleportPlayers.sqf +++ b/addons/zeus/functions/fnc_moduleTeleportPlayers.sqf @@ -32,12 +32,12 @@ if (_group) then { // Handle teleportation { - moveOut _x; + moveOut _x; - private _attached = attachedTo _logic; - if (isNull _attached) then { - [_x, _logic] call BIS_fnc_moveToRespawnPosition; + private _attached = attachedTo _logic; + if (isNull _attached) then { + [_x, _logic] call BIS_fnc_moveToRespawnPosition; } else { - [_x, _attached] call BIS_fnc_moveToRespawnPosition; + [_x, _attached] call BIS_fnc_moveToRespawnPosition; }; } forEach _player; diff --git a/addons/zeus/ui/RscAttributes.hpp b/addons/zeus/ui/RscAttributes.hpp index c9ff3f3743..1efcde2c66 100644 --- a/addons/zeus/ui/RscAttributes.hpp +++ b/addons/zeus/ui/RscAttributes.hpp @@ -208,59 +208,59 @@ class GVAR(RscGroupSide): RscDisplayAttributes { w = W_PART(26); h = H_PART(2.5); class controls { - class Title: RscText { - idc = 31002; - text = "$STR_disp_arcunit_side"; - x = 0; - y = 0; - w = W_PART(10); - h = H_PART(2.5); - colorBackground[] = {0,0,0,0.5}; - }; - class Background: RscText { - idc = 31000; - x = W_PART(10); - y = 0; - w = W_PART(16); - h = H_PART(2.5); - colorBackground[] = {1,1,1,0.1}; - }; - class BLUFOR: RscActivePicture { - idc = 31200; - text = "\a3\Ui_f\data\Map\Markers\NATO\b_unknown.paa"; - x = W_PART(12.5); - y = H_PART(0.25); - w = W_PART(2); - h = H_PART(2); - tooltip = "$STR_WEST"; - }; - class OPFOR: BLUFOR { - idc = 31201; - text = "\a3\Ui_f\data\Map\Markers\NATO\o_unknown.paa"; - x = W_PART(15.5); - y = H_PART(0.25); - w = W_PART(2); - h = H_PART(2); - tooltip = "$STR_EAST"; - }; - class Independent: BLUFOR { - idc = 31202; - text = "\a3\Ui_f\data\Map\Markers\NATO\n_unknown.paa"; - x = W_PART(18.5); - y = H_PART(0.25); - w = W_PART(2); - h = H_PART(2); - tooltip = "$STR_guerrila"; - }; - class Civilian: BLUFOR { - idc = 31203; - text = "\a3\Ui_f\data\Map\Markers\NATO\n_unknown.paa"; - x = W_PART(21.5); - y = H_PART(0.25); - w = W_PART(2); - h = H_PART(2); - tooltip = "$STR_Civilian"; - }; + class Title: RscText { + idc = 31002; + text = "$STR_disp_arcunit_side"; + x = 0; + y = 0; + w = W_PART(10); + h = H_PART(2.5); + colorBackground[] = {0,0,0,0.5}; + }; + class Background: RscText { + idc = 31000; + x = W_PART(10); + y = 0; + w = W_PART(16); + h = H_PART(2.5); + colorBackground[] = {1,1,1,0.1}; + }; + class BLUFOR: RscActivePicture { + idc = 31200; + text = "\a3\Ui_f\data\Map\Markers\NATO\b_unknown.paa"; + x = W_PART(12.5); + y = H_PART(0.25); + w = W_PART(2); + h = H_PART(2); + tooltip = "$STR_WEST"; + }; + class OPFOR: BLUFOR { + idc = 31201; + text = "\a3\Ui_f\data\Map\Markers\NATO\o_unknown.paa"; + x = W_PART(15.5); + y = H_PART(0.25); + w = W_PART(2); + h = H_PART(2); + tooltip = "$STR_EAST"; + }; + class Independent: BLUFOR { + idc = 31202; + text = "\a3\Ui_f\data\Map\Markers\NATO\n_unknown.paa"; + x = W_PART(18.5); + y = H_PART(0.25); + w = W_PART(2); + h = H_PART(2); + tooltip = "$STR_guerrila"; + }; + class Civilian: BLUFOR { + idc = 31203; + text = "\a3\Ui_f\data\Map\Markers\NATO\n_unknown.paa"; + x = W_PART(21.5); + y = H_PART(0.25); + w = W_PART(2); + h = H_PART(2); + tooltip = "$STR_Civilian"; + }; }; }; };