summaryrefslogtreecommitdiff
path: root/src/KingSystem/Resource/Actor/resResourceASResource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/KingSystem/Resource/Actor/resResourceASResource.cpp')
-rw-r--r--src/KingSystem/Resource/Actor/resResourceASResource.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/KingSystem/Resource/Actor/resResourceASResource.cpp b/src/KingSystem/Resource/Actor/resResourceASResource.cpp
index e6b2be31..8805110c 100644
--- a/src/KingSystem/Resource/Actor/resResourceASResource.cpp
+++ b/src/KingSystem/Resource/Actor/resResourceASResource.cpp
@@ -216,7 +216,8 @@ ASResourceWithChildren::~ASResourceWithChildren() {
mChildren.freeBuffer();
}
-// NON_MATCHING: getParameterData (redundant uxtw which leads to localised regalloc diffs)
+// getParameterData (redundant uxtw which leads to localised regalloc diffs)
+#ifdef NON_MATCHING
bool ASResourceWithChildren::doParse(const ASResource::ParseArgs& args) {
const auto Children = agl::utl::getResParameterObj(args.list, "Children");
if (!Children)
@@ -238,6 +239,7 @@ bool ASResourceWithChildren::doParse(const ASResource::ParseArgs& args) {
return true;
}
+#endif
int ASResourceWithChildren::callOnChildren_(MemberFunction fn) {
int ret = 0;