diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-19 15:54:06 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-19 15:54:06 -0400 |
| commit | 0fdc3a3f3b1bd96ad65ccee764967e964b3a7eab (patch) | |
| tree | 9ef686e600e7f192b24036d3d0303f12f3de07aa /src/d/actor/d_a_npc_tt.cpp | |
| parent | 9f18a6f34c4d96e54e52abdbcf287a7bfcf6c8e4 (diff) | |
Cleanup/documentation for various photo-related code
Diffstat (limited to 'src/d/actor/d_a_npc_tt.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_tt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_tt.cpp b/src/d/actor/d_a_npc_tt.cpp index d839d1ad..52d7d03f 100644 --- a/src/d/actor/d_a_npc_tt.cpp +++ b/src/d/actor/d_a_npc_tt.cpp @@ -790,7 +790,7 @@ BOOL daNpc_Tt_c::_draw() { #endif dComIfGd_set3DlineMat(&mLineKe.mLineMat); - dSnap_RegistFig(DSNAP_TYPE_TT, this, 1.0f, 1.0f, 1.0f); + dSnap_RegistFig(DSNAP_TYPE_NPC_TT, this, 1.0f, 1.0f, 1.0f); return TRUE; } |
