From afa14ff392098bd512dff2b2baa2ef999bbd0ac8 Mon Sep 17 00:00:00 2001 From: louist103 <35883445+louist103@users.noreply.github.com> Date: Wed, 6 Apr 2022 23:23:21 -0400 Subject: add collision poly (#246) --- ZAPD/ZResource.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ZAPD/ZResource.cpp') diff --git a/ZAPD/ZResource.cpp b/ZAPD/ZResource.cpp index 2dfe6d5..8825cc9 100644 --- a/ZAPD/ZResource.cpp +++ b/ZAPD/ZResource.cpp @@ -247,6 +247,11 @@ offset_t ZResource::GetRawDataIndex() const return rawDataIndex; } +void ZResource::SetRawDataIndex(offset_t nRawDataIndex) +{ + rawDataIndex = nRawDataIndex; +} + std::string ZResource::GetBodySourceCode() const { return "ERROR"; -- cgit v1.2.3