Finish matching hsfman.c

This commit is contained in:
gamemasterplc 2023-12-27 14:31:16 -06:00
parent 2a3ff68d7f
commit bf5db9fe8d
3 changed files with 25 additions and 11 deletions

View file

@ -174,19 +174,18 @@ cflags_runtime = [
cflags_rel = [
*cflags_base,
"-O0,p",
"-enum int",
"-char unsigned",
"-fp_contract off",
"-sdata 0",
"-sdata2 0",
"-pool off",
"-DMATH_EXPORT_CONST",
]
# Game flags
cflags_game = [
*cflags_base,
"-O0,p",
"-enum int",
"-char unsigned",
"-fp_contract off",
]
@ -247,7 +246,7 @@ config.libs = [
Object(Matching, "game/sprput.c"),
Object(Matching, "game/hsfload.c"),
Object(NonMatching, "game/hsfdraw.c"),
Object(NonMatching, "game/hsfman.c"),
Object(Matching, "game/hsfman.c"),
Object(NonMatching, "game/hsfmotion.c"),
Object(NonMatching, "game/hsfanim.c"),
Object(NonMatching, "game/hsfex.c"),