Skip to content

Commit

Permalink
Advanced Fatigue - Fix config macro (#10334)
Browse files Browse the repository at this point in the history
* Advanced Fatigue - Fix config macro

* Update addons/advanced_fatigue/CfgEden.hpp

Co-authored-by: johnb432 <[email protected]>

* Update addons/advanced_fatigue/CfgEden.hpp

---------

Co-authored-by: johnb432 <[email protected]>
  • Loading branch information
PabstMirror and johnb432 committed Sep 24, 2024
1 parent 54b78ed commit ca3aa3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/advanced_fatigue/CfgEden.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Cfg3DEN {
class Slider;
class GVAR(slider): Slider {
#pragma hemtt suppress pw3_padded_arg
attributeLoad = QUOTE(
attributeLoad = QUOTE(\
params ['_ctrlGroup']; \
private _slider = _ctrlGroup controlsGroupCtrl 100; \
private _edit = _ctrlGroup controlsGroupCtrl 101; \
Expand All @@ -12,7 +12,7 @@ class Cfg3DEN {
);
attributeSave = QUOTE(params ['_ctrlGroup']; sliderPosition (_ctrlGroup controlsGroupCtrl 100));
#pragma hemtt suppress pw3_padded_arg
onLoad = QUOTE(
onLoad = QUOTE(\
params ['_ctrlGroup']; \
private _slider = _ctrlGroup controlsGroupCtrl 100; \
private _edit = _ctrlGroup controlsGroupCtrl 101; \
Expand Down

0 comments on commit ca3aa3f

Please sign in to comment.