Skip to content

Commit

Permalink
Enable match for xSndIsPlaying
Browse files Browse the repository at this point in the history
  • Loading branch information
escape209 committed Jul 31, 2024
1 parent c028876 commit 96c8a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SB/Game/zEntPlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4668,7 +4668,7 @@ void xMat3x3RMulVec(xVec3* o, const xMat3x3* m, const xVec3* v)

WEAK U32 xSndIsPlaying(U32 assetID)
{
return iSndIsPlaying(assetID);
return (U8)iSndIsPlaying(assetID);
}

WEAK S32 zNPCTiki::IsHealthy()
Expand Down

0 comments on commit 96c8a6d

Please sign in to comment.