diff --git a/src/object/backgroundCloud.c b/src/object/backgroundCloud.c index 83941fc3..a6106ca7 100644 --- a/src/object/backgroundCloud.c +++ b/src/object/backgroundCloud.c @@ -30,8 +30,8 @@ void sub_0808F658(Entity* this) { void sub_0808F6E0(Entity* this) { sub_0806F69C(this); - if ((short)this->x.HALF.HI < (short)this->field_0x78.HWORD || - (short)this->x.HALF.HI > (short)this->field_0x7a.HWORD) + if ((s16)this->x.HALF.HI < (s16)this->field_0x78.HWORD || + (s16)this->x.HALF.HI > (s16)this->field_0x7a.HWORD) this->action = 2; }