summaryrefslogtreecommitdiff
path: root/include/d/d_model.h
diff options
context:
space:
mode:
authorHuitzi <73550465+marwernerh@users.noreply.github.com>2025-01-23 14:48:23 -0500
committerGitHub <noreply@github.com>2025-01-23 21:48:23 +0200
commitc11cd855d5ba38a7dac138e79f0e46055eac09a0 (patch)
treeedcd1797b0b5bf2c144213cca05905718e8ed660 /include/d/d_model.h
parentfa7821c4bb3d77ac54bb2d5edb25684f0cff8e06 (diff)
d_a_obj_kwheel00, 01, & d_a_obj_klift00 Equivalent (weak func and/or vtable order) (#2291)
* d_a_obj_kwheel00, 01, & d_a_obj_klift00 Equivalent (weak func and/or vtable order) * Three rels equivalent * Basic documentation for the three rels * Define explicit constructor for dMdl_obj_c (needed for proper array creation in d_a_obj_klift00) * Modify d_a_obj_bky_rock to account for new explicit constructor of dMdl_obj_c * Specify weak func and/or vtable orders for rels in config.py * Cleanup includes and dol2asm artifacts * * Fix debug build * Restore incorrectly removed l_bmdidx * Fix US retail equivalency
Diffstat (limited to 'include/d/d_model.h')
-rw-r--r--include/d/d_model.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/d/d_model.h b/include/d/d_model.h
index 0215637e3d..4640324f9f 100644
--- a/include/d/d_model.h
+++ b/include/d/d_model.h
@@ -9,6 +9,7 @@ class dKy_tevstr_c;
class dMdl_obj_c {
public:
+ dMdl_obj_c() : mpObj(NULL) {}
MtxP getMtx() { return mMtx; }
void setMtx(Mtx mtx) { cMtx_copy(mtx, mMtx); }