Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LagoLunatic committed Jul 14, 2024
1 parent 96596b2 commit 11362ce
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 @@ -1201,7 +1201,7 @@ inline void dComIfGs_setTurnRestart(const cXyz& i_pos, s16 i_angle, s8 i_roomNo,
}

inline u8 dComIfGs_getDataNum() {
g_dComIfG_gameInfo.save.getDataNum();
return g_dComIfG_gameInfo.save.getDataNum();
}

inline u8 dComIfGs_getPlayerPriestFlag() {
Expand Down

0 comments on commit 11362ce

Please sign in to comment.