Skip to content

Commit ed0c7fb

Browse files
committed
hemtt lint fixes and fixed bug with checking null variable in addZeusTextDisplayEH
1 parent 6a92718 commit ed0c7fb

File tree

81 files changed

+1464
-1481
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+1464
-1481
lines changed

addons/ace/CfgEventhandlers.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ class Extended_PreStart_EventHandlers {
1717
// This will be executed once before entering the main menu.
1818
init = QUOTE(call COMPILE_FILE(XEH_preStart));
1919
};
20-
};
20+
};

addons/ace/XEH_postInit.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ private _contextActionList = [
4040
// action, parent path, priority
4141
(_x select 0), (_x select 1), (_x select 2)
4242
] call zen_context_menu_fnc_addAction;
43-
} forEach _contextActionList;
43+
} forEach _contextActionList;

addons/ace/XEH_preStart.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#include "script_component.hpp"
22
#include "XEH_PREP.hpp"
33

4-
ADDON = true;
4+
ADDON = true;

addons/ace/config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ class CfgPatches {
1212
};
1313
};
1414

15-
#include "CfgEventhandlers.hpp"
15+
#include "CfgEventhandlers.hpp"

addons/ace/stringtable.xml

Lines changed: 174 additions & 174 deletions
Large diffs are not rendered by default.

addons/drawbuild/CfgEventhandlers.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ class Extended_PreStart_EventHandlers {
1717
// This will be executed once before entering the main menu.
1818
init = QUOTE(call COMPILE_FILE(XEH_preStart));
1919
};
20-
};
20+
};

addons/drawbuild/XEH_postInit.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ if(isClass (configFile >> "CfgPatches" >> "UK3CB_BAF_Weapons")) then {
5050

5151
if(isClass (configFile >> "CfgPatches" >> "grad_trenches_main")) then {
5252
GVAR(drawBuildPresets) set ["fort_envelopebig", [6, 3, 270]]; // trench
53-
};
53+
};

addons/drawbuild/XEH_preInit.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
ADDON = true;
55

6-
GVAR(selectPositionActive) = false;
6+
GVAR(selectPositionActive) = false;

addons/drawbuild/XEH_preStart.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#include "script_component.hpp"
22
#include "XEH_PREP.hpp"
33

4-
ADDON = true;
4+
ADDON = true;

addons/drawbuild/functions/fnc_drawBuild.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ for "_i" from 1 to _iterations do {
146146
// _maxLength = abs ((_p2 select 1) - (_p1 select 1));
147147
// _maxHeight = abs ((_p2 select 2) - (_p1 select 2));
148148
// diag_log _maxWidth;
149-
// diag_log _maxLength;
149+
// diag_log _maxLength;

0 commit comments

Comments
 (0)