Skip to content

Commit

Permalink
add cast in it_8026BE84
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-avilla committed Feb 28, 2024
1 parent 4878d59 commit 502051a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/melee/it/it_26B1.c
Original file line number Diff line number Diff line change
Expand Up @@ -950,8 +950,8 @@ HSD_GObj* it_8026BE84(BobOmbRain* bobOmbRain)
break;

case 8:
bobOmbGObj =
it_80283AE4(bobOmbRain->x0, &bobOmbRain->x8_vec, bobOmbRain->x18);
bobOmbGObj = it_80283AE4((Item_GObj*) bobOmbRain->x0,
&bobOmbRain->x8_vec, bobOmbRain->x18);
if (bobOmbGObj != NULL) {
u8 _[8];

Expand Down

0 comments on commit 502051a

Please sign in to comment.