summaryrefslogtreecommitdiff
path: root/src/f_op/f_op_camera.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/f_op/f_op_camera.cpp')
-rw-r--r--src/f_op/f_op_camera.cpp2
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"