diff --git a/configure.py b/configure.py index d22d5a97..e82a3049 100644 --- a/configure.py +++ b/configure.py @@ -391,7 +391,7 @@ config.libs = [ Object(Matching, "game/saveload.c"), Object(Matching, "game/sreset.c"), Object(Matching, "game/board/main.c"), - Object(NonMatching, "game/board/player.c"), + Object(Matching, "game/board/player.c"), Object(Matching, "game/board/model.c"), Object(Matching, "game/board/window.c"), Object(Matching, "game/board/audio.c"), diff --git a/include/game/board/item.h b/include/game/board/item.h index 4ede4953..2a637c05 100755 --- a/include/game/board/item.h +++ b/include/game/board/item.h @@ -5,7 +5,6 @@ void BoardItemStart(s32 arg0, s32 arg1); BOOL BoardItemDoneCheck(void); -void BoardItemPlayerRestore(s32 arg0, s32 arg1); void BoardItemBagItemSet(s16 *arg0); #endif