diff options
Diffstat (limited to 'include/d/a')
| -rw-r--r-- | include/d/a/d_a_player.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/d/a/d_a_player.h b/include/d/a/d_a_player.h index e1cad14dbe..3573bce813 100644 --- a/include/d/a/d_a_player.h +++ b/include/d/a/d_a_player.h @@ -792,6 +792,8 @@ public: void i_changeDemoPos0(const cXyz* i_posP) { mDemo.setPos0(i_posP); } + void changeDemoMoveAngle(s16 i_angle) { mDemo.setMoveAngle(i_angle); } + inline static u32 i_getLastSceneMode(); inline static u32 getLastSceneMode(); inline static bool checkWoodSwordEquip(); |
