clean up slot machine until AwardPayout

This commit is contained in:
hondew
2019-02-07 13:39:18 -05:00
committed by huderlem
parent 5c8cc5225f
commit 67fe781ed2
4 changed files with 112 additions and 112 deletions
+2 -2
View File
@@ -2072,13 +2072,13 @@ void reportNewCoinTotal(u16 nCoinsPaidOut)
}
}
void reportPlayedSlotMachine(u16 nCoinsSpent)
void AlertTVThatYouPlayedSlotMachine(u16 nCoinsSpent)
{
sFindThatGamerWhichGame = SLOT_MACHINE;
sFindThatGamerCoinsSpent = nCoinsSpent;
}
void reportPlayedRoulette(u16 nCoinsSpent)
void AlertTVThatYouPlayedRoulette(u16 nCoinsSpent)
{
sFindThatGamerWhichGame = ROULETTE;
sFindThatGamerCoinsSpent = nCoinsSpent;