summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_obj_chandelier.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2025-09-09 07:30:32 -0700
committerGitHub <noreply@github.com>2025-09-09 17:30:32 +0300
commite7477b50486e801e2c8781d4acee6aef7e8aebac (patch)
treef37f2327f5d6af82198b59356b02b5a80652b6ee /src/d/actor/d_a_obj_chandelier.cpp
parentabd44397c698ea47b5cae34ee9a447699f27c906 (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_chandelier.cpp')
-rw-r--r--src/d/actor/d_a_obj_chandelier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_chandelier.cpp b/src/d/actor/d_a_obj_chandelier.cpp
index cd998ca702..3a7fd4c1ee 100644
--- a/src/d/actor/d_a_obj_chandelier.cpp
+++ b/src/d/actor/d_a_obj_chandelier.cpp
@@ -76,7 +76,7 @@ int daObjChandelier_c::Draw() {
}
/* 80BC8238-80BC82C0 000378 0088+00 1/0 0/0 0/0 .text Execute__17daObjChandelier_cFPPA3_A4_f */
-int daObjChandelier_c::Execute(f32 (**param_0)[3][4]) {
+int daObjChandelier_c::Execute(Mtx** param_0) {
if (s_exeProc[mMode] != NULL) {
(this->*s_exeProc[mMode])();
}