Partially matched board/item
This commit is contained in:
parent
a40e6bce2f
commit
5bbdcd3eca
12 changed files with 1960 additions and 33 deletions
|
|
@ -177,4 +177,9 @@ static inline s32 GWPlayerTeamGet(s32 player)
|
|||
return GWPlayer[player].team;
|
||||
}
|
||||
|
||||
static inline s32 GWPlayerSpaceCurrGet(s32 player)
|
||||
{
|
||||
return GWPlayer[player].space_curr;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue