From 11362ce1222bed8af246c2d81816bc3ce73c1569 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Sun, 14 Jul 2024 13:32:54 -0400 Subject: [PATCH] build fix --- include/d/d_com_inf_game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/d/d_com_inf_game.h b/include/d/d_com_inf_game.h index c77004a19..372a940e0 100644 --- a/include/d/d_com_inf_game.h +++ b/include/d/d_com_inf_game.h @@ -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() {