From 9a4cbc42306a17d296b4942dd75dae0c7ebdb17f Mon Sep 17 00:00:00 2001 From: gamemasterplc Date: Sat, 8 Jun 2024 23:39:45 -0500 Subject: [PATCH] Match board/player.c --- configure.py | 2 +- include/game/board/item.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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