diff options
| author | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2021-05-06 18:20:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-06 18:20:07 -0400 |
| commit | 5a721d58d4b28f4797d6fdf29d9926e5e968a939 (patch) | |
| tree | cb01d50cec516391b25ec8c0e34bb1699a151719 /ZAPD/ZCollision.h | |
| parent | bd4735480a2e6b53585a4f764ae13804e0737a21 (diff) | |
Refactor: Removed `relPath` since it is no longer used. (#136)
* Refactor: Removed relPath since it is no longer used.
* Removed remaining references
Co-authored-by: Jack Walker <7463599+Jack-Walker@users.noreply.github.com>
Diffstat (limited to 'ZAPD/ZCollision.h')
| -rw-r--r-- | ZAPD/ZCollision.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/ZCollision.h b/ZAPD/ZCollision.h index 7626da7..f58b56e 100644 --- a/ZAPD/ZCollision.h +++ b/ZAPD/ZCollision.h @@ -93,6 +93,6 @@ public: ZResourceType GetResourceType() override; void ExtractFromXML(tinyxml2::XMLElement* reader, const std::vector<uint8_t>& nRawData, - const uint32_t nRawDataIndex, const std::string& nRelPath) override; + const uint32_t nRawDataIndex) override; void ParseRawData() override; }; |
