From 394e3698df3d60464abc1953327935b5e7ff0ebd Mon Sep 17 00:00:00 2001 From: gamemasterplc Date: Mon, 18 Dec 2023 18:04:28 -0600 Subject: [PATCH] Temporarily set hsfman.c to nonmatching --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 311207c7..7f1297ba 100644 --- a/configure.py +++ b/configure.py @@ -247,7 +247,7 @@ config.libs = [ Object(Matching, "game/sprput.c"), Object(Matching, "game/hsfload.c"), Object(NonMatching, "game/hsfdraw.c"), - Object(Matching, "game/hsfman.c"), + Object(NonMatching, "game/hsfman.c"), Object(NonMatching, "game/hsfmotion.c"), Object(NonMatching, "game/hsfanim.c"), Object(NonMatching, "game/hsfex.c"),