Matched mstory3Dll (US) (#538)
This commit is contained in:
parent
accaf2085f
commit
6406dde2cc
10 changed files with 6325 additions and 310 deletions
|
|
@ -325,6 +325,11 @@ static inline s32 GWPlayerTeamGet(s32 player)
|
|||
return GWPlayer[player].team;
|
||||
}
|
||||
|
||||
static inline s32 GWPlayerHandicapGet(s32 player)
|
||||
{
|
||||
return GWPlayer[player].handicap;
|
||||
}
|
||||
|
||||
static inline s32 GWLuckyValueGet(void)
|
||||
{
|
||||
return GWSystem.lucky_value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue