diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-03-11 19:03:47 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-03-11 19:03:47 -0400 |
| commit | 0dd3f6e47cd372bdf7ea1ea2313bfad80ee4eafe (patch) | |
| tree | f86b73a1401905cde8f58195315365b374ca2db8 /src/f_op/f_op_camera.cpp | |
| parent | d0e8844b4bce31b72e38c10c3467f23ac69e4072 (diff) | |
Standardize process ID type to be uint
Diffstat (limited to 'src/f_op/f_op_camera.cpp')
| -rw-r--r-- | src/f_op/f_op_camera.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/f_op/f_op_camera.cpp b/src/f_op/f_op_camera.cpp index 7ec04c4e..e11503b3 100644 --- a/src/f_op/f_op_camera.cpp +++ b/src/f_op/f_op_camera.cpp @@ -9,7 +9,7 @@ // the DOL, even though this is an ugly hack and they're now in the wrong translation unit instead. #include "d/actor/d_a_player.h" void daPy_py_c::onFrollCrashFlg(u32) {} -u32 daPy_py_c::getGrabActorID() const { return fpcM_ERROR_PROCESS_ID_e; } +uint daPy_py_c::getGrabActorID() const { return fpcM_ERROR_PROCESS_ID_e; } #include "f_op/f_op_camera.h" #include "f_op/f_op_draw_tag.h" |
