Match board/space.c

This commit is contained in:
gamemasterplc 2024-03-01 15:01:39 -06:00
parent e57cd433f1
commit 3017018b26
4 changed files with 33 additions and 29 deletions

View file

@ -157,7 +157,7 @@ s16 BoardStarHostMdlGet(void) {
return hostMdl;
}
void BoardStarExec(s32 arg0, BoardSpace *arg1) {
void BoardStarExec(s32 arg0, s32 arg1) {
if (GWBoardGet() == 7 || GWBoardGet() == 8) {
return;
}