Set armem.c and perf.c to matching
This commit is contained in:
parent
948ddab530
commit
1afaccd0d2
1 changed files with 2 additions and 2 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue