E wb documentation + e_rd cleanup (#3125)

* e_rd cleanup

* first pass

* fix ?

* rename

* more rename

* fix other platform

* fix typo

* more documentation

* more work

* fix build

* fix

* more doc

* camera work

* more work

* cleanup

* more work

* clean up + fix build

* fix build

* more work

* change mSpeedRate name

* change description

* more work

* fire eff work

* fix build

* fix match

* debug fix ?

* update description

* rename field
This commit is contained in:
Luzagar
2026-03-11 11:12:17 +01:00
committed by GitHub
parent 2e75ea2444
commit 9b14f18755
10 changed files with 3844 additions and 3812 deletions
+2 -2
View File
@@ -172,10 +172,10 @@ static void* s_obj_sub(void* i_actor, void* i_data) {
void daObjCRVFENCE_c::NormalAction() {
if (!field_0x5f4) {
e_wb_class* wb_p = (e_wb_class*)fpcM_Search(s_obj_sub, this);
if (wb_p != NULL && wb_p->mActionID == ACT_PL_RIDE2) {
if (wb_p != NULL && wb_p->action == ACT_PL_RIDE2) {
fopAcM_OffStatus(this, fopAcStts_CULL_e);
fopAcM_seStartCurrent(this, Z2SE_OBJ_SAKU_BREAK, 0);
cXyz sp5c(fopAcM_GetPosition(&wb_p->mEnemy));
cXyz sp5c(fopAcM_GetPosition(&wb_p->enemy));
Mtx mtx;
mDoMtx_inverse(field_0x65c->getBaseTRMtx(), mtx);
mDoMtx_stack_c::copy(mtx);