summaryrefslogtreecommitdiff
path: root/src/d/d_s_title.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_s_title.cpp
parentd0e8844b4bce31b72e38c10c3467f23ac69e4072 (diff)
Standardize process ID type to be uint
Diffstat (limited to 'src/d/d_s_title.cpp')
-rw-r--r--src/d/d_s_title.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_s_title.cpp b/src/d/d_s_title.cpp
index 78399a25..a447d3d5 100644
--- a/src/d/d_s_title.cpp
+++ b/src/d/d_s_title.cpp
@@ -25,7 +25,7 @@
struct title_of_scene_class : public scene_class {
public:
/* 0x1C4 */ u32 pad[0x97];
- /* 0x420 */ u32 mMoviePId;
+ /* 0x420 */ uint mMoviePId;
#if VERSION == VERSION_PAL
static daMP_c* mMp;