Various Board Symbol Fixes

This commit is contained in:
gamemasterplc 2024-01-23 20:59:22 -06:00
parent ed42e5cdd4
commit 10cf70ab22
3 changed files with 6 additions and 6 deletions

View file

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