diff options
Diffstat (limited to 'include/f_op/f_op_actor.h')
| -rw-r--r-- | include/f_op/f_op_actor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/f_op/f_op_actor.h b/include/f_op/f_op_actor.h index e768f17016..3f449816e3 100644 --- a/include/f_op/f_op_actor.h +++ b/include/f_op/f_op_actor.h @@ -209,7 +209,7 @@ public: /* 0x49A */ u8 carryType; /* 0x49C */ u32 actor_status; /* 0x4A0 */ u32 actor_condition; - /* 0x4A4 */ u32 parentActorID; + /* 0x4A4 */ fpc_ProcID parentActorID; /* 0x4A8 */ actor_place home; /* 0x4BC */ actor_place old; /* 0x4D0 */ actor_place current; |
