diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-10 13:11:56 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-10 13:11:56 -0400 |
| commit | 578d45153f68342952b988be49b7fb9c5795752d (patch) | |
| tree | d8242f935e44289aed7845195c506a19cce74b87 /src/d/actor/d_a_daiocta.cpp | |
| parent | 0c1ebe156ac832280e933cd075c4fe8f3d1560b3 (diff) | |
DSNAP enum cleanup
Diffstat (limited to 'src/d/actor/d_a_daiocta.cpp')
| -rw-r--r-- | src/d/actor/d_a_daiocta.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_daiocta.cpp b/src/d/actor/d_a_daiocta.cpp index 393204e7..6ba79140 100644 --- a/src/d/actor/d_a_daiocta.cpp +++ b/src/d/actor/d_a_daiocta.cpp @@ -1544,7 +1544,7 @@ bool daDaiocta_c::_draw() { mBrkAnm1.remove(morf_model_p->getModelData()); - dSnap_RegistFig(DSNAP_TYPE_UNKC6, this, 1.0f, 1.0f, 1.0f); + dSnap_RegistFig(DSNAP_TYPE_DAIOCTA, this, 1.0f, 1.0f, 1.0f); return true; } |
