diff options
| author | jdflyer <jdflyer10@gmail.com> | 2022-12-30 17:46:04 -0700 |
|---|---|---|
| committer | jdflyer <jdflyer10@gmail.com> | 2022-12-30 17:46:04 -0700 |
| commit | 83c53812ef434dc97050c1148e5fd59cd2c19f19 (patch) | |
| tree | 946b44cd2943aebde0ce5c1c6c092b31700025c9 /include/d/com | |
| parent | f453841a5ce81e1790ccb130d7568f7908b703e2 (diff) | |
| parent | 463348bfc7f2360d9bb0a6205b8aa4602c8c03d0 (diff) | |
Merge with upstream
Diffstat (limited to 'include/d/com')
| -rw-r--r-- | include/d/com/d_com_inf_game.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/d/com/d_com_inf_game.h b/include/d/com/d_com_inf_game.h index c38edee974..93c1363063 100644 --- a/include/d/com/d_com_inf_game.h +++ b/include/d/com/d_com_inf_game.h @@ -287,6 +287,8 @@ public: s16 getItemMaxLifeCount() { return mItemMaxLifeCount; } f32 getItemLifeCount() { return mItemLifeCount; } s16 getItemMaxArrowNumCount() { return mItemMaxArrowNumCount; } + void clearNowAnimeID() { mNowAnimeID = -1; } + void clearMesgCamInfoID() { mMesgCamInfo = (void*)-1; } void clearItemMaxLifeCount() { mItemMaxLifeCount = 0; } void clearItemLifeCount() { mItemLifeCount = 0.0f; @@ -2568,6 +2570,14 @@ inline int dComIfG_setTimerNowTimeMs(int time) { g_dComIfG_gameInfo.play.setTimerNowTimeMs(time); } +inline void dComIfGp_clearMesgAnimeTagInfo() { + g_dComIfG_gameInfo.play.clearNowAnimeID(); +} + +inline void dComIfGp_clearMesgCameraTagInfo() { + g_dComIfG_gameInfo.play.clearMesgCamInfoID(); +} + inline u32 dComIfGp_particle_set(u32 param_0, u16 param_1, const cXyz* param_2, const dKy_tevstr_c* param_3, const csXyz* param_4, const cXyz* param_5, u8 param_6, dPa_levelEcallBack* param_7, |
