summaryrefslogtreecommitdiff
path: root/src/d/d_model.cpp
diff options
context:
space:
mode:
authorCarco_21 <144170194+carter-ktb21@users.noreply.github.com>2025-10-17 18:09:58 -0400
committerGitHub <noreply@github.com>2025-10-17 15:09:58 -0700
commit86895b23c2588ed8942e297fce79f1913102297a (patch)
tree10c8a792089092d24cd8eb7122d5b6d4b2714928 /src/d/d_model.cpp
parent071e69e78ab7752da0693265ef10a5c09bdb7121 (diff)
d_a_obj_swchain matching (#2741)
* initial * Little more work * matching * updated matching versions
Diffstat (limited to 'src/d/d_model.cpp')
-rw-r--r--src/d/d_model.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/d/d_model.cpp b/src/d/d_model.cpp
index a356b84143..9afd0f9b70 100644
--- a/src/d/d_model.cpp
+++ b/src/d/d_model.cpp
@@ -130,9 +130,3 @@ dMdl_c* dMdl_mng_c::entry(J3DModelData* i_modelData, u16 i_materialId, int i_roo
dKy_tevstr_c* tevstr = dComIfGp_roomControl_getTevStr(i_roomNo);
return m_myObj->entry(i_modelData, i_materialId, tevstr);
}
-
-/* 8009C930-8009C964 097270 0034+00 1/1 0/0 0/0 .text __ct__6dMdl_cFv */
-dMdl_c::dMdl_c() {
- mpModelData = NULL;
- mMaterialId = 0;
-}