diff options
author | hondew <pokehondew@gmail.com> | 2019-02-07 13:39:18 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-02-28 21:21:56 -0600 |
commit | 67fe781ed2fd5f09fdf47a9c8026177e740f3208 (patch) | |
tree | 270ceaa1ffdabd969713e5aee5ac6bc9a44d448f /src/tv.c | |
parent | 5c8cc5225ff7c11533f8421039e6e9e75adcee90 (diff) |
clean up slot machine until AwardPayout
Diffstat (limited to 'src/tv.c')
-rw-r--r-- | src/tv.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |