diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-06 18:48:24 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-06 18:48:24 -0500 |
| commit | 3eae00625437f94335b476b3e2af313271cbd142 (patch) | |
| tree | b109b030c12fbc8c1d6c06ad0d9a0d626b0d1b48 /src/d/actor/d_a_dr.cpp | |
| parent | b0b5854b981a1ae984c29136570782ca806d7a8d (diff) | |
d_snap OK
Diffstat (limited to 'src/d/actor/d_a_dr.cpp')
| -rw-r--r-- | src/d/actor/d_a_dr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_dr.cpp b/src/d/actor/d_a_dr.cpp index 7d2d03a3..c79690f3 100644 --- a/src/d/actor/d_a_dr.cpp +++ b/src/d/actor/d_a_dr.cpp @@ -53,7 +53,7 @@ static BOOL daDr_Draw(dr_class* i_this) { g_env_light.settingTevStruct(TEV_TYPE_ACTOR, &i_this->current.pos, &i_this->mTevStr); g_env_light.setLightTevColorType(model, &i_this->mTevStr); i_this->mpMorf->entryDL(); - dSnap_RegistFig(0x99, i_this, i_this->mEyePos, i_this->shape_angle.y, 1.0f, 1.0f, 1.0f); + dSnap_RegistFig(DSNAP_TYPE_DR, i_this, i_this->mEyePos, i_this->shape_angle.y, 1.0f, 1.0f, 1.0f); return TRUE; } |
