summaryrefslogtreecommitdiff
path: root/src/d/d_cc_d.cpp
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 /src/d/d_cc_d.cpp
parentd0e8844b4bce31b72e38c10c3467f23ac69e4072 (diff)
Standardize process ID type to be uint
Diffstat (limited to 'src/d/d_cc_d.cpp')
-rw-r--r--src/d/d_cc_d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_cc_d.cpp b/src/d/d_cc_d.cpp
index 10e92620..53df2145 100644
--- a/src/d/d_cc_d.cpp
+++ b/src/d/d_cc_d.cpp
@@ -63,7 +63,7 @@ void dCcD_GStts::Move() {
/* 800AB3DC-800AB46C .text Init__9dCcD_SttsFiiP10fopAc_ac_c */
void dCcD_Stts::Init(int weight, int param_1, fopAc_ac_c* pActor) {
- u32 procId;
+ uint procId;
if (pActor) {
procId = fopAcM_GetID(pActor);
} else {