d_a_player_main cleanup and some demo matches (#1016)

* d_a_player_main cleanup and some demo matches

* Add unions for player_main procvars

* Make d_a_player_main fields private
This commit is contained in:
LagoLunatic
2026-05-21 19:18:46 -04:00
committed by GitHub
parent d10eaa3ef8
commit ab5659b201
50 changed files with 2670 additions and 2630 deletions
+5 -5
View File
@@ -960,14 +960,14 @@ int daNpc_Fa1_c::CreateHeap() {
0x11020203);
if (mpMorf == NULL) {
return false;
} else if (mpMorf->getModel() == NULL) {
}
if (mpMorf->getModel() == NULL) {
mpMorf = NULL;
return false;
} else {
mMcaMorfCallback1.setNeckJoint(pModelData->getJointName()->getIndex("neck"));
mMcaMorfCallback1.setNeckAngle(0);
return true;
}
mMcaMorfCallback1.setNeckJoint(pModelData->getJointName()->getIndex("neck"));
mMcaMorfCallback1.setNeckAngle(0);
return true;
}
/* 800FD61C-800FD6DC .text setMtx__11daNpc_Fa1_cFv */