From cc19499e8fc89429402f47d631a59ca7137f5255 Mon Sep 17 00:00:00 2001 From: ulteq Date: Thu, 15 Dec 2016 14:06:09 +0100 Subject: [PATCH] fieldDressing -> FieldDressing --- addons/medical_treatment/ACE_Medical_Treatment_Actions.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/medical_treatment/ACE_Medical_Treatment_Actions.hpp b/addons/medical_treatment/ACE_Medical_Treatment_Actions.hpp index ed81b2b4f4..45e01cbe4f 100644 --- a/addons/medical_treatment/ACE_Medical_Treatment_Actions.hpp +++ b/addons/medical_treatment/ACE_Medical_Treatment_Actions.hpp @@ -89,7 +89,7 @@ class GVAR(Actions) { }; // --- syringes - class Morphine: fieldDressing { + class Morphine: FieldDressing { displayName = ECSTRING(medical,Inject_Morphine); displayNameProgress = ECSTRING(medical,Injecting_Morphine); allowedSelections[] = {"LeftArm", "RightArm", "LeftLeg", "RightLeg"}; @@ -262,7 +262,7 @@ class GVAR(Actions) { litter[] = {}; }; - class SurgicalKit: fieldDressing { + class SurgicalKit: FieldDressing { displayName = ECSTRING(medical,Use_SurgicalKit); displayNameProgress = ECSTRING(medical,Stitching); category = "advanced";