From 1afaccd0d299140974396c98fc817656b00e95f6 Mon Sep 17 00:00:00 2001 From: gamemasterplc Date: Mon, 25 Dec 2023 15:33:25 -0600 Subject: [PATCH] Set armem.c and perf.c to matching --- configure.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.py b/configure.py index dc27b4f1..40f39796 100644 --- a/configure.py +++ b/configure.py @@ -251,7 +251,7 @@ config.libs = [ Object(NonMatching, "game/hsfmotion.c"), Object(NonMatching, "game/hsfanim.c"), Object(NonMatching, "game/hsfex.c"), - Object(NonMatching, "game/perf.c"), + Object(Matching, "game/perf.c"), Object(Matching, "game/objmain.c"), Object(NonMatching, "game/fault.c"), Object(Matching, "game/gamework.c"), @@ -270,7 +270,7 @@ config.libs = [ Object(Matching, "game/window.c"), Object(Matching, "game/messdata.c"), Object(NonMatching, "game/card.c"), - Object(NonMatching, "game/armem.c"), + Object(Matching, "game/armem.c"), Object(NonMatching, "game/code_800498F0.c"), Object(NonMatching, "game/mapspace.c"), Object(NonMatching, "game/THPSimple.c"),