summaryrefslogtreecommitdiff
path: root/ZAPD/GameConfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ZAPD/GameConfig.cpp')
-rw-r--r--ZAPD/GameConfig.cpp6
1 files changed, 6 insertions, 0 deletions
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;
}
}
}