From 9601f2699c142bb8273d33763ef4d84e8a7d650f Mon Sep 17 00:00:00 2001 From: louist103 <35883445+louist103@users.noreply.github.com> Date: Tue, 9 Jan 2024 20:17:20 -0500 Subject: Mm spline fixes (#311) * Add enum file * Last fix --- ZAPD/GameConfig.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ZAPD/GameConfig.cpp') diff --git a/ZAPD/GameConfig.cpp b/ZAPD/GameConfig.cpp index cf6cdcc..2140464 100644 --- a/ZAPD/GameConfig.cpp +++ b/ZAPD/GameConfig.cpp @@ -247,6 +247,12 @@ void GameConfig::ConfigFunc_EnumData(const tinyxml2::XMLElement& element) else if (enumKey == "endSfx") enumData.endSfx[itemIndex] = itemID; + + else if (enumKey == "csSplineInterpType") + enumData.interpType[itemIndex] = itemID; + + else if (enumKey == "csSplineRelTo") + enumData.relTo[itemIndex] = itemID; } } } -- cgit v1.2.3