Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
magcius committed Jul 14, 2024
1 parent 347f996 commit 96596b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/d/d_com_inf_game.h
Original file line number Diff line number Diff line change
Expand Up @@ -2623,7 +2623,7 @@ inline void dComIfGp_setPictureBoxData(JKRAramBlock* aramBlock, int i) {
}

inline bool dComIfGp_isPictureFlag(u8 i) {
g_dComIfG_gameInfo.play.isPictureFlag(i);
return g_dComIfG_gameInfo.play.isPictureFlag(i);
}

inline void dComIfGp_offPictureFlag(u8 i) {
Expand Down

0 comments on commit 96596b2

Please sign in to comment.