From 419b5254582882c8447ac19cc4e39b1b723f094f Mon Sep 17 00:00:00 2001 From: Glowbal Date: Mon, 27 Jun 2016 19:30:39 +0200 Subject: [PATCH] Fix incorrect macro syntax Syntax caused pboProject to choke --- addons/rearm/script_component.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/rearm/script_component.hpp b/addons/rearm/script_component.hpp index 700ca40f23..43b9a8bb5f 100644 --- a/addons/rearm/script_component.hpp +++ b/addons/rearm/script_component.hpp @@ -37,4 +37,4 @@ if (!isNil "_weaponSelect") then { \ _unit selectWeapon _weaponSelect; \ _unit setVariable [QGVAR(selectedWeaponOnRearm), nil]; \ - }; \ + };