This commit is contained in:
CreateSource 2024-01-24 21:29:00 -05:00
commit 07cb18689e
18 changed files with 2914 additions and 124 deletions

View file

@ -17,7 +17,7 @@
extern s16 boardPlayerMdl[4];
static inline s16 BoardPlayerHandicapGet(s32 player)
static inline s32 BoardPlayerHandicapGet(s32 player)
{
return GWPlayer[player].handicap;
}