summaryrefslogtreecommitdiff
path: root/include/d/d_npc.h
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-03-11 19:03:47 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-03-11 19:03:47 -0400
commit0dd3f6e47cd372bdf7ea1ea2313bfad80ee4eafe (patch)
treef86b73a1401905cde8f58195315365b374ca2db8 /include/d/d_npc.h
parentd0e8844b4bce31b72e38c10c3467f23ac69e4072 (diff)
Standardize process ID type to be uint
Diffstat (limited to 'include/d/d_npc.h')
-rw-r--r--include/d/d_npc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/d_npc.h b/include/d/d_npc.h
index 8a2f800b..df2b2cc3 100644
--- a/include/d/d_npc.h
+++ b/include/d/d_npc.h
@@ -252,7 +252,7 @@ public:
/* 0x574 */ dCcD_Cyl mCyl;
/* 0x6A4 */ u32 mCurrMsgNo;
/* 0x6A8 */ u32 mEndMsgNo;
- /* 0x6AC */ u32 mCurrMsgBsPcId;
+ /* 0x6AC */ uint mCurrMsgBsPcId;
/* 0x6B0 */ msg_class* mpCurrMsg;
/* 0x6B4 */ u8 field_0x6b4[6];
/* 0x6BA */ u16 field_0x6ba;