replace private with private keyword in first half of common

This commit is contained in:
commy2
2015-12-12 16:48:54 +01:00
parent e9a669b03b
commit 3d5ea74c7e
117 changed files with 470 additions and 741 deletions

View File

@ -15,14 +15,12 @@
params ["_config", "_turretIndex"];
private ["_offset", "_config2", "_foundClasses"];
for "_index" from 0 to (count _turretIndex - 1) do {
_config = _config >> "Turrets";
_offset = 0;
_config2 = _config select 0;
_foundClasses = 0;
private _offset = 0;
private _config2 = _config select 0;
private _foundClasses = 0;
for "_a" from 0 to (count _config - 1) do {
if (isClass _config2) then {