Skip to content

Commit

Permalink
Fix func_80041E80 type mismatch (HarbourMasters#3)
Browse files Browse the repository at this point in the history
Type mismatch functions.h:664
  • Loading branch information
sholdee authored May 2, 2022
1 parent 2d25aa9 commit 04f1326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soh/src/code/z_bgcheck.c
Original file line number Diff line number Diff line change
Expand Up @@ -4031,7 +4031,7 @@ s32 func_80041E4C(CollisionContext* colCtx, CollisionPoly* poly, s32 bgId) {
/**
* unused
*/
u32 func_80041E80(CollisionContext* colCtx, CollisionPoly* poly, s32 bgId) {
s32 func_80041E80(CollisionContext* colCtx, CollisionPoly* poly, s32 bgId) {
return SurfaceType_GetData(colCtx, poly, bgId, 0) >> 26 & 0xF;
}

Expand Down

0 comments on commit 04f1326

Please sign in to comment.