summaryrefslogtreecommitdiff
path: root/src/object/crackingGround.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/crackingGround.c')
-rw-r--r--src/object/crackingGround.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/crackingGround.c b/src/object/crackingGround.c
index 3c8c9e85..fe8488c0 100644
--- a/src/object/crackingGround.c
+++ b/src/object/crackingGround.c
@@ -11,7 +11,7 @@ void CrackingGround(Entity* this) {
if (this->action == 0) {
this->action = 1;
this->timer = 20;
- sub_08004168(this);
+ SnapToTile(this);
} else {
if (this->timer-- == 0) {
sub_0807B7D8(0x35, COORD_TO_TILE(this), this->collisionLayer);