From 32a72a8c63e98a85e3103dfe37ef84b5d11ed492 Mon Sep 17 00:00:00 2001 From: AndreasBrostrom Date: Thu, 11 Jul 2024 11:35:53 +0200 Subject: [PATCH] Added missing general macro --- addons/textures/data/arlington/CfgVehicles.inc.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/textures/data/arlington/CfgVehicles.inc.hpp b/addons/textures/data/arlington/CfgVehicles.inc.hpp index ff40130e..15dfaa58 100644 --- a/addons/textures/data/arlington/CfgVehicles.inc.hpp +++ b/addons/textures/data/arlington/CfgVehicles.inc.hpp @@ -1,5 +1,6 @@ #define MACRO_ARLINGTON(var1,var2) \ class var1: UserTexture1m_F { \ + _generalMacro = QUOTE(var1); \ scope = 2; \ scopeCurator = 2; \ displayName = CSTRING(var1); \