From ea0dfce3c41c6348cfbea086c291ab19744def9a Mon Sep 17 00:00:00 2001 From: camthesaxman Date: Mon, 29 Jul 2019 21:17:54 -0500 Subject: gMPlay to gMPlayInfo --- src/roulette.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/roulette.c') diff --git a/src/roulette.c b/src/roulette.c index 418482394..c4f6067a1 100644 --- a/src/roulette.c +++ b/src/roulette.c @@ -544,9 +544,9 @@ void sub_8115634(u8 taskId) if (unk_203955C[0] != 0 && (gMain.newKeys & START_BUTTON)) { gTasks[eRoulette->varA4].func = sub_81157AC; - m4aMPlayStop(&gMPlay_SE1); - m4aMPlayStop(&gMPlay_SE2); - m4aMPlayStop(&gMPlay_SE3); + m4aMPlayStop(&gMPlayInfo_SE1); + m4aMPlayStop(&gMPlayInfo_SE2); + m4aMPlayStop(&gMPlayInfo_SE3); } #endif } -- cgit v1.2.3