summaryrefslogtreecommitdiff
path: root/ZAPD/ZPath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ZAPD/ZPath.cpp')
-rw-r--r--ZAPD/ZPath.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ZAPD/ZPath.cpp b/ZAPD/ZPath.cpp
index c7be852..97bb733 100644
--- a/ZAPD/ZPath.cpp
+++ b/ZAPD/ZPath.cpp
@@ -167,8 +167,7 @@ void PathwayEntry::DeclareReferences(const std::string& prefix)
if (decl == nullptr)
{
parent->AddDeclarationArray(GETSEGOFFSET(listSegmentAddress), DeclarationAlignment::Align4,
- DeclarationPadding::Pad4, points.size() * 6,
- points.at(0).GetSourceTypeName(),
+ points.size() * 6, points.at(0).GetSourceTypeName(),
StringHelper::Sprintf("%sPathwayList0x%06X", prefix.c_str(),
GETSEGOFFSET(listSegmentAddress)),
points.size(), declaration);