summaryrefslogtreecommitdiff
path: root/include/d
diff options
context:
space:
mode:
Diffstat (limited to 'include/d')
-rw-r--r--include/d/actor/d_a_obj_vground.h2
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;