Skip to content

Commit

Permalink
suppress line supports multi-line macros
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Oct 29, 2023
1 parent 6f2a13b commit b031ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/events/config.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "script_component.hpp"
#pragma hemtt suppress pw3_padded_arg config

class CfgPatches {
class ADDON {
Expand All @@ -19,6 +18,7 @@ class CfgPatches {
#include "CfgFunctions.hpp"

class RscDisplayChat {
#pragma hemtt suppress pw3_padded_arg line
onKeyDown = QUOTE(\
if ((_this select 1) in [ARR_2(DIK_RETURN,DIK_NUMPADENTER)]) then {\
[ARR_2('GVAR(chatMessageSent)',[ARR_2(ctrlText ((_this select 0) displayctrl 101),_this select 0)])] call CBA_fnc_localEvent;\
Expand Down

0 comments on commit b031ff3

Please sign in to comment.