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
+1 -1
View File
@@ -918,7 +918,7 @@ BOOL daNpcTheB_c::doEvent() {
rv = TRUE;
} else {
wb_p = (e_wb_class*)fopAcM_SearchByName(fpcNm_E_WB_e);
if (wb_p->field_0x169e == 0x60 && wb_p->field_0x16a0 == 1) {
if (wb_p->demo_mode == 0x60 && wb_p->demo_timer == 1) {
mPersonalCombatAfterFlag = 1;
EvCut_PersonalCombatAfter();
rv = TRUE;