diff options
author | camthesaxman <cameronghall@cox.net> | 2019-07-29 21:17:54 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2019-07-29 21:17:54 -0500 |
commit | ea0dfce3c41c6348cfbea086c291ab19744def9a (patch) | |
tree | 26c30719ebfb546dcbc7aa68e002a3db4b5bb30a /src/roulette_gfx.c | |
parent | db4af549fdf13cdaca6654f7bb9ef54ecef14359 (diff) |
gMPlay to gMPlayInfo
Diffstat (limited to 'src/roulette_gfx.c')
-rw-r--r-- | src/roulette_gfx.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/roulette_gfx.c b/src/roulette_gfx.c index 1cac00daf..afcb94df6 100644 --- a/src/roulette_gfx.c +++ b/src/roulette_gfx.c @@ -1160,8 +1160,8 @@ void sub_8118724(struct Sprite *sprite) sprite->pos2.y = -cos * sprite->data[4] >> 12; if (IsSEPlaying()) { - m4aMPlayPanpotControl(&gMPlay_SE1, 0xffff, sprite->pos2.x); - m4aMPlayPanpotControl(&gMPlay_SE2, 0xffff, sprite->pos2.x); + m4aMPlayPanpotControl(&gMPlayInfo_SE1, 0xffff, sprite->pos2.x); + m4aMPlayPanpotControl(&gMPlayInfo_SE2, 0xffff, sprite->pos2.x); } } @@ -2221,8 +2221,8 @@ void sub_8119BCC(struct Sprite *sprite) if (IsSEPlaying()) { s8 u = -((116 - sprite->pos1.x) / 2); - m4aMPlayPanpotControl(&gMPlay_SE1, 0xffff, u); - m4aMPlayPanpotControl(&gMPlay_SE2, 0xffff, u); + m4aMPlayPanpotControl(&gMPlayInfo_SE1, 0xffff, u); + m4aMPlayPanpotControl(&gMPlayInfo_SE2, 0xffff, u); } } else |