summaryrefslogtreecommitdiff
path: root/src/tv.c
diff options
context:
space:
mode:
authorhondew <pokehondew@gmail.com>2019-02-07 13:39:18 -0500
committerhuderlem <huderlem@gmail.com>2019-02-28 21:21:56 -0600
commit67fe781ed2fd5f09fdf47a9c8026177e740f3208 (patch)
tree270ceaa1ffdabd969713e5aee5ac6bc9a44d448f /src/tv.c
parent5c8cc5225ff7c11533f8421039e6e9e75adcee90 (diff)
clean up slot machine until AwardPayout
Diffstat (limited to 'src/tv.c')
-rw-r--r--src/tv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tv.c b/src/tv.c
index cbeb189a8..27f779c2d 100644
--- a/src/tv.c
+++ b/src/tv.c
@@ -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;