diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2024-01-09 20:17:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-09 20:17:20 -0500 |
| commit | 9601f2699c142bb8273d33763ef4d84e8a7d650f (patch) | |
| tree | 61be8e5ab2be9a83949a82e3c05c56eeb6afe13b /ZAPD/GameConfig.h | |
| parent | 5238d604ecb8d661008c1e1be64889f13cb054ec (diff) | |
Mm spline fixes (#311)
* Add enum file
* Last fix
Diffstat (limited to 'ZAPD/GameConfig.h')
| -rw-r--r-- | ZAPD/GameConfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ZAPD/GameConfig.h b/ZAPD/GameConfig.h index 838d2da..4f3b91f 100644 --- a/ZAPD/GameConfig.h +++ b/ZAPD/GameConfig.h @@ -48,6 +48,8 @@ public: std::map<uint16_t, std::string> rumbleType; std::map<uint8_t, std::string> spawnFlag; std::map<uint8_t, std::string> endSfx; + std::map<uint8_t, std::string> interpType; + std::map<uint16_t, std::string> relTo; }; class ZFile; |
