mirror of https://github.com/zeldaret/tmc.git
short -> s16
This commit is contained in:
parent
f0641dda41
commit
d275c0e3cd
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue