From 281bad1e7ea70b784366dd49ad9f7872bccf9323 Mon Sep 17 00:00:00 2001 From: Glowbal Date: Sun, 22 Mar 2015 12:44:26 +0100 Subject: [PATCH] Use of the ACE module instead of Module_F. --- addons/medical/CfgVehicles.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/medical/CfgVehicles.hpp b/addons/medical/CfgVehicles.hpp index 1efd4917fd..966663bc63 100644 --- a/addons/medical/CfgVehicles.hpp +++ b/addons/medical/CfgVehicles.hpp @@ -7,7 +7,7 @@ class CfgVehicles { }; }; // TODO localization for all the modules - class ACE_moduleMedicalSettings: Module_F { + class ACE_moduleMedicalSettings: ACE_Module { scope = 2; displayName = "Medical Settings [ACE]"; icon = QUOTE(PATHTOF(ui\moduleIcon.paa)); @@ -129,7 +129,7 @@ class CfgVehicles { }; }; - class ACE_moduleTreatmentConfiguration: Module_F { + class ACE_moduleTreatmentConfiguration: ACE_Module { scope = 2; displayName = "Treatment Configuration [ACE]"; icon = QUOTE(PATHTOF(ui\moduleIcon.paa));