Clean up some splits

This commit is contained in:
gamemasterplc 2024-04-02 22:04:34 -05:00
parent a75efa7882
commit 4d96369b64
5 changed files with 10 additions and 7 deletions

View file

@ -254,7 +254,6 @@ static inline void GWPlayerCoinWinSet(s32 player, s16 value)
if (_CheckFlag(0x1000C) == 0) {
GWPlayer[player].coin_win = value;
}
}
#endif