Fix tabs in sqf files

This commit is contained in:
Glowbal
2015-12-21 17:05:48 +01:00
parent 0addb592d3
commit c1fa81f28b
12 changed files with 27 additions and 27 deletions

View File

@ -25,7 +25,7 @@ _control = (uiNamespace getVariable ["ACE_dlgSoldier", displayNull]) displayCtrl
if (isNull _control) exitWith {};
if (_show) then {
private "_config";
private "_config";
_config = configFile >> "RscInGameUI" >> "RscUnitInfoSoldier" >> "WeaponInfoControlsGroupLeft" >> "controls" >> "CA_ModeTexture";
_control ctrlSetPosition [getNumber (_config >> "x"), getNumber (_config >> "y"), getNumber (_config >> "w"), getNumber (_config >> "h")];