summaryrefslogtreecommitdiff
path: root/include/f_pc
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2024-03-04 17:33:13 -0800
committerGitHub <noreply@github.com>2024-03-04 18:33:13 -0700
commit22e941fd8c506a8b8ee0d963c5e50dae7ba379bc (patch)
tree60ff96023e00e3fb824fa4170fb1c61110f8192b /include/f_pc
parent7ba8c332c7d39db792f7dbfe4e17c00ece24b3d4 (diff)
d_a_tbox2 done, f_op_actor_mng cleanup, cleanup fopAc_ac_c member names (#2084)
Diffstat (limited to 'include/f_pc')
-rw-r--r--include/f_pc/f_pc_leaf.h2
-rw-r--r--include/f_pc/f_pc_node.h2
-rw-r--r--include/f_pc/f_pc_profile.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/f_pc/f_pc_leaf.h b/include/f_pc/f_pc_leaf.h
index 0cd8c1fe8b..a348a7e008 100644
--- a/include/f_pc/f_pc_leaf.h
+++ b/include/f_pc/f_pc_leaf.h
@@ -23,7 +23,7 @@ typedef struct leafdraw_class {
typedef struct leaf_process_profile_definition {
/* 0x00 */ process_profile_definition mBase;
- /* 0x1C */ leafdraw_method_class* mSubMtd; // Subclass methods
+ /* 0x1C */ leafdraw_method_class* sub_method; // Subclass methods
/* 0x20 */ s16 mPriority; // mDrawPriority
} leaf_process_profile_definition;
diff --git a/include/f_pc/f_pc_node.h b/include/f_pc/f_pc_node.h
index c3c8a8c897..4360156bf9 100644
--- a/include/f_pc/f_pc_node.h
+++ b/include/f_pc/f_pc_node.h
@@ -22,7 +22,7 @@ typedef struct process_node_class {
typedef struct node_process_profile_definition {
/* 0x00 */ process_profile_definition mBase;
- /* 0x1C */ process_method_class* mSubMtd; // Subclass methods
+ /* 0x1C */ process_method_class* sub_method; // Subclass methods
} node_process_profile_definition;
s32 fpcNd_DrawMethod(nodedraw_method_class* pNodeMethod, void* pData);
diff --git a/include/f_pc/f_pc_profile.h b/include/f_pc/f_pc_profile.h
index 7c3dd68b2a..9418d9f645 100644
--- a/include/f_pc/f_pc_profile.h
+++ b/include/f_pc/f_pc_profile.h
@@ -13,7 +13,7 @@ typedef struct process_profile_definition {
/* 0x04 */ u16 mListID;
/* 0x06 */ u16 mListPrio;
/* 0x08 */ s16 mProcName;
- /* 0x0C */ process_method_class* mSubMtd; // Subclass methods
+ /* 0x0C */ process_method_class* sub_method; // Subclass methods
/* 0x10 */ s32 mSize;
/* 0x14 */ s32 mSizeOther;
/* 0x18 */ s32 mParameters;