fix spelling error

This commit is contained in:
hondew
2019-02-22 16:12:37 -05:00
committed by huderlem
parent dd8ecabe26
commit 1dc0d346d9
4 changed files with 4 additions and 4 deletions

View File

@@ -1343,7 +1343,7 @@ static bool8 SlotAction_ExitMessage_NoMoreCoins(struct Task *task)
static bool8 SlotAction_EndGame(struct Task *task)
{
SetCoins(sSlotMachine->coins);
AlertTVOfNewCointTotal(GetCoins());
AlertTVOfNewCoinTotal(GetCoins());
BeginNormalPaletteFade(0xFFFFFFFF, 0, 0, 16, RGB(0, 0, 0));
sSlotMachine->state++;
return FALSE;