E rd documentation (#3106)

* some e_rd doc

* fix build

* more doc

* more doc

* fix debug

* fix debug for real

* change some name

* some rename

* rename
This commit is contained in:
Luzagar
2026-02-28 21:25:31 +01:00
committed by GitHub
parent a290c2d52c
commit ff82ba7a4f
5 changed files with 2842 additions and 2841 deletions
+2 -2
View File
@@ -1297,8 +1297,8 @@ static void demo_camera(e_rdb_class* i_this) {
if (i_this->field_0x10aa >= 40) {
e_rd_class* bulblin_p = (e_rd_class*)fopAcM_SearchByName(PROC_E_RD);
if (bulblin_p != NULL) {
a_this->current.pos = bulblin_p->actor.current.pos;
a_this->eyePos = bulblin_p->actor.eyePos;
a_this->current.pos = bulblin_p->enemy.current.pos;
a_this->eyePos = bulblin_p->enemy.eyePos;
}
}