summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_obj_pdwall.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_pdwall.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_pdwall.cpp')
-rw-r--r--src/d/actor/d_a_obj_pdwall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_pdwall.cpp b/src/d/actor/d_a_obj_pdwall.cpp
index 4664ed216b..4ec82de694 100644
--- a/src/d/actor/d_a_obj_pdwall.cpp
+++ b/src/d/actor/d_a_obj_pdwall.cpp
@@ -174,7 +174,7 @@ COMPILER_STRIP_GATE(0x80CAD1F0, &lit_3790);
/* 80CACCE0-80CACF14 000560 0234+00 1/0 0/0 0/0 .text Execute__13daObjPDwall_cFPPA3_A4_f
*/
-void daObjPDwall_c::Execute(f32 (**param_0)[3][4]) {
+void daObjPDwall_c::Execute(Mtx** param_0) {
// NONMATCHING
}