summaryrefslogtreecommitdiff
path: root/include/d/d_tree.h
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-07-05 17:23:02 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-07-05 17:23:02 -0400
commit87b5061c61d85d66a7b700c8670bb37d9920332f (patch)
tree788d3237e49d8c2900d4645800333e0414dfb777 /include/d/d_tree.h
parentadbf30e4023104c2456c8efa3325158ae7666315 (diff)
Match most d_flower funcs for demo
Diffstat (limited to 'include/d/d_tree.h')
-rw-r--r--include/d/d_tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/d_tree.h b/include/d/d_tree.h
index 999a9227..7b98bf22 100644
--- a/include/d/d_tree.h
+++ b/include/d/d_tree.h
@@ -94,7 +94,7 @@ public:
dTree_anm_c* getAnm(int idx) { return &mAnm[idx]; }
dTree_data_c* getData() { return mData; }
- void setPlayerCutFlg(int i_flg) { mPlayerCutFlg = i_flg; }
+ void setPlayerCutFlg(BOOL i_flg) { mPlayerCutFlg = i_flg; }
void setPlayerSwordTop(cXyz& i_pos) { mPlayerSwordTop = i_pos; }
void setPlayerSwordMoveAngY(s16 i_ang) { mPlayerSwordMoveAngY = i_ang; }
cXyz& getPlayerSwordTop() { return mPlayerSwordTop; }