From 63b4cde01b8b6e44b70ced14d8c906a8ae43cf8e Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Tue, 31 May 2016 16:35:25 +0100 Subject: [PATCH] Task Mission System Update Missed a file. --- Sources/epoch_config/Configs/CfgClientFunctions.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/epoch_config/Configs/CfgClientFunctions.hpp b/Sources/epoch_config/Configs/CfgClientFunctions.hpp index 2eea97af..a3ae1b18 100644 --- a/Sources/epoch_config/Configs/CfgClientFunctions.hpp +++ b/Sources/epoch_config/Configs/CfgClientFunctions.hpp @@ -32,6 +32,7 @@ class CfgClientFunctions class unitSpawn {}; class antiWall {}; class onEachFrame {}; + class callSapperMigration {}; }; class building @@ -117,6 +118,7 @@ class CfgClientFunctions class fnc_playerDeathMorph {}; class fnc_playerSetVariable {}; class fnc_playerAttachToAntagonist {}; + class fnc_createMarker {}; }; class environment {