Fixed module function call

Wind deflection module was using the incorrect function name,
This commit is contained in:
Glowbal 2015-04-03 09:43:06 +02:00
parent 98428c42f5
commit 8226edc6cb

View File

@ -4,7 +4,7 @@ class CfgVehicles {
author = "$STR_ACE_Common_ACETeam";
category = "ACE";
displayName = "Wind Deflection";
function = FUNC(enableModule);
function = FUNC(initalizeModule);
scope = 2;
isGlobal = 1;
icon = QUOTE(PATHTOF(UI\Icon_Module_Wind_ca.paa));