diff options
| author | Niklas Bauer <nikbau2000@gmail.com> | 2025-12-17 10:26:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-17 11:26:51 +0200 |
| commit | c0bdb153b5e5387b5d04d117eec6a55f0e80a41e (patch) | |
| tree | b05ba0fa98188b228dc404757ef6ec511fbb4d39 /include | |
| parent | 6a02f5b3873fa0602530c3ea40c666071bb39845 (diff) | |
random debug objects (#2961)
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/actor/d_a_obj_vground.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/actor/d_a_obj_vground.h b/include/d/actor/d_a_obj_vground.h index 49526eb6c9..fed893aef1 100644 --- a/include/d/actor/d_a_obj_vground.h +++ b/include/d/actor/d_a_obj_vground.h @@ -22,7 +22,7 @@ public: int draw(); int _delete(); - u32 getSwbit() { return fopAcM_GetParamBit(this, 0, 8); } + u32 getSwbit() { return (u8) fopAcM_GetParamBit(this, 0, 8); } private: /* 0x568 */ request_of_phase_process_class mPhaseReq; |
