diff options
Diffstat (limited to 'src/slot_machine.c')
-rw-r--r-- | src/slot_machine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slot_machine.c b/src/slot_machine.c index 96779258d..e67ae7f58 100644 --- a/src/slot_machine.c +++ b/src/slot_machine.c @@ -1778,7 +1778,7 @@ static void UpdateReelIconSprites(const s16 * reelPosPtr, const s16 * yposPtr) ypos = *yposPtr * 8; for (j = 0; j < 5; j++) { - sSlotMachineGfxManager->reelIconSprites[i][j]->pos2.y = ypos; + sSlotMachineGfxManager->reelIconSprites[i][j]->y2 = ypos; { s32 animId = sReelIconAnimByReelAndPos[i][reelPos]; struct Sprite * sprite = sSlotMachineGfxManager->reelIconSprites[i][j]; |