Skip to content

Commit c10207b

Browse files
authored
xBehaveMgr progress (bfbbdecomp#718)
* xBehaveMgr progress * fixes
1 parent 591fd64 commit c10207b

File tree

5 files changed

+785
-110
lines changed

5 files changed

+785
-110
lines changed

configure.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,12 +554,12 @@ def MatchingFor(*versions):
554554
Object(NonMatching, "SB/Game/zNPCMessenger.cpp", extra_cflags=["-sym on"]),
555555
Object(NonMatching, "SB/Game/zNPCMgr.cpp", extra_cflags=["-sym on"]),
556556
Object(Matching, "SB/Game/zNPCTypes.cpp"),
557-
Object(NonMatching, "SB/Game/zNPCTypeCommon.cpp"),
557+
Object(NonMatching, "SB/Game/zNPCTypeCommon.cpp", extra_cflags=["-sym on"]),
558558
Object(NonMatching, "SB/Game/zNPCTypeRobot.cpp"),
559559
Object(NonMatching, "SB/Game/zNPCTypeVillager.cpp"),
560560
Object(NonMatching, "SB/Game/zNPCTypeAmbient.cpp"),
561561
Object(NonMatching, "SB/Game/zNPCTypeTiki.cpp", extra_cflags=["-sym on"]),
562-
Object(NonMatching, "SB/Core/x/xBehaveMgr.cpp"),
562+
Object(NonMatching, "SB/Core/x/xBehaveMgr.cpp", extra_cflags=["-sym on"]),
563563
Object(Matching, "SB/Core/x/xBehaviour.cpp", extra_cflags=["-sym on"]),
564564
Object(Matching, "SB/Core/x/xBehaveGoalSimple.cpp", extra_cflags=["-sym on"]),
565565
Object(NonMatching, "SB/Core/x/xSkyDome.cpp"),

0 commit comments

Comments
 (0)