From c21323f9ed2816922ffecc9793e46d5cf673efb8 Mon Sep 17 00:00:00 2001
From: commy2 <commy-2@gmx.de>
Date: Mon, 26 Sep 2016 20:45:29 +0200
Subject: [PATCH] travis

---
 addons/medical_engine/functions/fnc_handleDamage.sqf | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/addons/medical_engine/functions/fnc_handleDamage.sqf b/addons/medical_engine/functions/fnc_handleDamage.sqf
index 46119b038a..c292013d74 100644
--- a/addons/medical_engine/functions/fnc_handleDamage.sqf
+++ b/addons/medical_engine/functions/fnc_handleDamage.sqf
@@ -12,6 +12,8 @@
  */
 #include "script_component.hpp"
 
+#define HIT_STRUCTURAL #structural
+
 params ["_unit", "_selection", "_damage", "_shooter", "_ammo", "_hitPointIndex"];
 //diag_log _this;
 
@@ -38,7 +40,7 @@ if (_hitPoint in ["hithead", "hitbody", "hithands", "hitlegs"]) exitWith {_oldDa
 
 // Add injury
 if (_hitPoint isEqualTo "ace_hdbracket") exitWith {
-    private _damageStructural = _unit getVariable [QGVAR($#structural), 0];
+    private _damageStructural = _unit getVariable [QGVAR($HIT_STRUCTURAL), 0];
 
     // --- Head
     private _damageFace = _unit getVariable [QGVAR($HitFace), 0];