summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_obj_lv4EdShutter.h
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 /include/d/actor/d_a_obj_lv4EdShutter.h
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 'include/d/actor/d_a_obj_lv4EdShutter.h')
-rw-r--r--include/d/actor/d_a_obj_lv4EdShutter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/actor/d_a_obj_lv4EdShutter.h b/include/d/actor/d_a_obj_lv4EdShutter.h
index ff0441b198..db2edc5bb4 100644
--- a/include/d/actor/d_a_obj_lv4EdShutter.h
+++ b/include/d/actor/d_a_obj_lv4EdShutter.h
@@ -16,7 +16,7 @@ public:
/* 80C5DE38 */ void setBaseMtx();
/* 80C5DEC8 */ void CreateHeap();
/* 80C5DF34 */ void create();
- /* 80C5E0A4 */ void Execute(f32 (**)[3][4]);
+ /* 80C5E0A4 */ void Execute(Mtx**);
/* 80C5E0F4 */ void move();
/* 80C5E1B0 */ void init_modeWait();
/* 80C5E1C8 */ void modeWait();