diff options
Diffstat (limited to 'src/objectUtils.c')
| -rw-r--r-- | src/objectUtils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objectUtils.c b/src/objectUtils.c index 172e2afc..f891b1b6 100644 --- a/src/objectUtils.c +++ b/src/objectUtils.c @@ -321,7 +321,7 @@ void UpdateRailMovement(Entity* this, u16** param_2, u16* param_3) { ptr = ptr + (u32)ptr[1] * -3; } if (*ptr == 0xff) { - this->direction = 0xff; + this->direction = DIR_NONE; this->speed = 0; } else { this->direction = (u8)*ptr; |
