diff options
Diffstat (limited to 'src/object/object53.c')
| -rw-r--r-- | src/object/object53.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/object53.c b/src/object/object53.c index e00e9ef2..737c8967 100644 --- a/src/object/object53.c +++ b/src/object/object53.c @@ -41,7 +41,7 @@ void Object53_Init(Entity* this) { this->spriteRendering.b3 = 2; this->zVelocity = Q_16_16(2.625); InitializeAnimation(this, gUnk_08122288[this->type].animationState); - sub_08004168(this); + SnapToTile(this); } void Object53_Action1(Entity* this) { |
