Skip to content

Commit 7a24590

Browse files
committed
fix Mtx** parameters
1 parent f034fcf commit 7a24590

File tree

137 files changed

+137
-137
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+137
-137
lines changed

include/d/actor/d_a_bg_obj.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class daBgObj_c : public dBgS_MoveBgActor {
8383

8484
/* 8045A940 */ virtual int CreateHeap();
8585
/* 8045A2B8 */ virtual int Create();
86-
/* 8045BFBC */ virtual int Execute(f32 (**)[3][4]);
86+
/* 8045BFBC */ virtual int Execute(Mtx**);
8787
/* 8045C078 */ virtual int Draw();
8888
/* 8045C2E8 */ virtual int Delete();
8989

include/d/actor/d_a_cstaF.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class daCstaF_c : public dBgS_MoveBgActor {
2828
/* 804DF1A4 */ void initStartBrkBtk();
2929

3030
/* 804DD978 */ virtual int CreateHeap();
31-
/* 804DF37C */ virtual int Execute(f32 (**)[3][4]);
31+
/* 804DF37C */ virtual int Execute(Mtx**);
3232
/* 804DF6E4 */ virtual int Draw();
3333

3434
cXyz& getBallPos() { return m_ballPos; }

include/d/actor/d_a_dshutter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class daDsh_c : public dBgS_MoveBgActor {
4545
/* 80467B04 */ int executeClose();
4646

4747
/* 8046751C */ virtual int CreateHeap();
48-
/* 80467640 */ virtual int Execute(f32 (**)[3][4]);
48+
/* 80467640 */ virtual int Execute(Mtx**);
4949
/* 8046759C */ virtual int Draw();
5050

5151
inline int create();

include/d/actor/d_a_npc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,7 @@ class daNpcF_MoveBgActor_c : public daNpcF_c {
13491349
/* 80155B54 */ ~daNpcF_MoveBgActor_c() {}
13501350
/* 80155E88 */ virtual bool CreateHeap() { return true; }
13511351
/* 80155E90 */ virtual bool Create() { return true; }
1352-
/* 80155EA0 */ virtual bool Execute(f32 (**)[3][4]) { return true; }
1352+
/* 80155EA0 */ virtual bool Execute(Mtx**) { return true; }
13531353
/* 80155EA8 */ virtual bool Draw() { return true; }
13541354
/* 80155E98 */ virtual bool Delete() { return true; }
13551355
/* 80155EB0 */ virtual bool IsDelete() { return true; }

include/d/actor/d_a_obj_bemos.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class daObjBm_c : public dBgS_MoveBgActor {
4848
/* 80BAE778 */ int Create();
4949
/* 80BAEADC */ int CreateHeap();
5050
/* 80BAEFD8 */ void create1st();
51-
/* 80BAF09C */ int Execute(f32 (**)[3][4]);
51+
/* 80BAF09C */ int Execute(Mtx**);
5252
/* 80BAF29C */ void main_proc_call();
5353
/* 80BAF328 */ void initActionEnBemos();
5454
/* 80BAF37C */ void initActionObjBemos();

include/d/actor/d_a_obj_bhashi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class daObjBHASHI_c : public fopAc_ac_c {
2424
/* 80578330 */ void CreateHeap();
2525
/* 8057842C */ void create();
2626
/* 80578788 */ void Create();
27-
/* 805787CC */ void Execute(f32 (**)[3][4]);
27+
/* 805787CC */ void Execute(Mtx**);
2828
/* 805788EC */ void Draw();
2929
/* 805789E8 */ void Delete();
3030

include/d/actor/d_a_obj_bhbridge.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class daObjBhbridge_c : public dBgS_MoveBgActor {
2121
/* 80BB55B8 */ void setBaseMtx();
2222
/* 80BB5934 */ virtual int CreateHeap();
2323
/* 80BB59AC */ virtual int Create();
24-
/* 80BB5A14 */ virtual int Execute(f32 (**)[3][4]);
24+
/* 80BB5A14 */ virtual int Execute(Mtx**);
2525
/* 80BB5E10 */ virtual int Draw();
2626
/* 80BB5EB4 */ virtual int Delete();
2727

include/d/actor/d_a_obj_bmshutter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class daObjBmSh_c : public dBgS_MoveBgActor {
1919
/* 80BB9B84 */ int Create();
2020
/* 80BB9C50 */ int CreateHeap();
2121
/* 80BB9CC0 */ int create();
22-
/* 80BB9DB4 */ int Execute(f32 (**)[3][4]);
22+
/* 80BB9DB4 */ int Execute(Mtx**);
2323
/* 80BB9F34 */ int checkSw();
2424
/* 80BB9FBC */ int checkAnySw();
2525
/* 80BBA044 */ int checkMySw();

include/d/actor/d_a_obj_cblock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class daObjCBlk_c : public dBgS_MoveBgActor {
3333
/* 80BC5ABC */ int Create();
3434
/* 80BC5CF8 */ int CreateHeap();
3535
/* 80BC5E98 */ int create();
36-
/* 80BC6260 */ int Execute(f32 (**)[3][4]);
36+
/* 80BC6260 */ int Execute(Mtx**);
3737
/* 80BC6270 */ void initWait();
3838
/* 80BC627C */ void modeWait();
3939
/* 80BC6414 */ void initWalk();

include/d/actor/d_a_obj_chandelier.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class daObjChandelier_c : public dBgS_MoveBgActor, public request_of_phase_proce
2929
/* 80BC8008 */ int CreateHeap();
3030
/* 80BC8160 */ int Delete();
3131
/* 80BC8194 */ int Draw();
32-
/* 80BC8238 */ int Execute(f32 (**)[3][4]);
32+
/* 80BC8238 */ int Execute(Mtx**);
3333
/* 80BC82C0 */ void exeModeWait();
3434
/* 80BC834C */ void exeModeStartSwg();
3535
/* 80BC83E4 */ void exeModeDown();

0 commit comments

Comments
 (0)