Match board/space.c
This commit is contained in:
parent
e57cd433f1
commit
3017018b26
4 changed files with 33 additions and 29 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue