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 /src/d/actor/d_a_obj_hasu2.cpp | |
| 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 'src/d/actor/d_a_obj_hasu2.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_hasu2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_hasu2.cpp b/src/d/actor/d_a_obj_hasu2.cpp index 85cd0447fc..0ca74929ae 100644 --- a/src/d/actor/d_a_obj_hasu2.cpp +++ b/src/d/actor/d_a_obj_hasu2.cpp @@ -204,7 +204,7 @@ void nObjMHasu::daObjMHasu_c::Create() { /* 80C185A4-80C18600 000384 005C+00 1/0 0/0 0/0 .text * Execute__Q29nObjMHasu12daObjMHasu_cFPPA3_A4_f */ -void nObjMHasu::daObjMHasu_c::Execute(f32 (**param_0)[3][4]) { +void nObjMHasu::daObjMHasu_c::Execute(Mtx** param_0) { // NONMATCHING } |
