diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-09-09 07:30:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-09 17:30:32 +0300 |
| commit | e7477b50486e801e2c8781d4acee6aef7e8aebac (patch) | |
| tree | f37f2327f5d6af82198b59356b02b5a80652b6ee /include/d/actor/d_a_obj_mgate.h | |
| parent | abd44397c698ea47b5cae34ee9a447699f27c906 (diff) | |
Lv4railwall / lv4sand / lv4slidewall done. fix wii build (#2637)
* lv4railwall / lv4sand / lv4slidewall done and wii build fix
* fix Mtx** parameters
* add some notes about wii compiler version
* Remove dol2asm include
---------
Co-authored-by: hatal175 <hatal175@users.noreply.github.com>
Diffstat (limited to 'include/d/actor/d_a_obj_mgate.h')
| -rw-r--r-- | include/d/actor/d_a_obj_mgate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/actor/d_a_obj_mgate.h b/include/d/actor/d_a_obj_mgate.h index a7028c6b5b..3e3beaf53a 100644 --- a/include/d/actor/d_a_obj_mgate.h +++ b/include/d/actor/d_a_obj_mgate.h @@ -30,7 +30,7 @@ public: /* 805937AC */ virtual int CreateHeap(); /* 80593760 */ virtual int Create(); - /* 80593988 */ virtual int Execute(f32 (**)[3][4]); + /* 80593988 */ virtual int Execute(Mtx**); /* 80593C4C */ virtual int Draw(); /* 80593D18 */ virtual int Delete(); |
