summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_nh.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-03-17 16:21:46 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-03-17 16:21:46 -0400
commitb97eeed779b9fb2bfcad07c650b2d4d09e88a9c9 (patch)
treee8127b28a6aee42a5f260dbd9c0c387659a0781d /src/d/actor/d_a_nh.cpp
parent90a8e2db65ad09fe48a03f504302e8dc1f9c77c6 (diff)
Rename J3DFrameCtrl loop mode enum
See https://github.com/zeldaret/tp/pull/2327/commits/2a284165cf35a2324d36d825add5c06ffa864398
Diffstat (limited to 'src/d/actor/d_a_nh.cpp')
-rw-r--r--src/d/actor/d_a_nh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_nh.cpp b/src/d/actor/d_a_nh.cpp
index 3ac7c735..67728799 100644
--- a/src/d/actor/d_a_nh.cpp
+++ b/src/d/actor/d_a_nh.cpp
@@ -429,7 +429,7 @@ BOOL daNh_c::initBrkAnm(bool i_modify) {
J3DAnmTevRegKey* a_brk = (J3DAnmTevRegKey*)dComIfG_getObjectRes("Always", ALWAYS_BRK_TNH);
JUT_ASSERT(883, a_brk != NULL);
- if (mBrkAnm.init(modelData, a_brk, true, J3DFrameCtrl::LOOP_REPEAT_e, 1.0f, 0, -1, i_modify, false)) {
+ if (mBrkAnm.init(modelData, a_brk, true, J3DFrameCtrl::EMode_LOOP, 1.0f, 0, -1, i_modify, false)) {
success = true;
}
return success;