Rename InitBoard and BoardCommonInit
InitBoard renamed to ObjectSetup. BoardCommonInit renamed to BoardObjectSetup
This commit is contained in:
parent
9700b7e438
commit
2410043a17
14 changed files with 19 additions and 19 deletions
|
|
@ -80,7 +80,7 @@ static s32 ExecTurnStart(void);
|
|||
static void CreateBoard(void);
|
||||
static void DestroyBoard(void);
|
||||
|
||||
void BoardCommonInit(BoardFunc create, BoardFunc destroy)
|
||||
void BoardObjectSetup(BoardFunc create, BoardFunc destroy)
|
||||
{
|
||||
omSysPauseEnable(FALSE);
|
||||
if(!_CheckFlag(FLAG_ID_MAKE(1, 0))) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue