diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2023-12-31 02:12:41 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2023-12-31 02:12:41 +0100 |
| commit | 109b1020dcbfa17e80d28c522b5d792f7b3c6d46 (patch) | |
| tree | cf23c1134de2891d0eed3b55549e70b29eb1997f /src/object/pushableGrave.c | |
| parent | 957da774e4c34100e0bd352b1570af02bb7f7521 (diff) | |
| parent | 9c87bcca8ea4b52199ed908c0ea28ab08b1d0747 (diff) | |
Merge branch 'master' into tilemap-docs
Diffstat (limited to 'src/object/pushableGrave.c')
| -rw-r--r-- | src/object/pushableGrave.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/object/pushableGrave.c b/src/object/pushableGrave.c index 4145d7cf..b285f93f 100644 --- a/src/object/pushableGrave.c +++ b/src/object/pushableGrave.c @@ -4,7 +4,6 @@ * * @brief Pushable Grave object */ -#define NENT_DEPRECATED #include "functions.h" #include "hitbox.h" #include "object.h" @@ -120,7 +119,7 @@ void PushableGrave_Action3(PushableGraveEntity* this) { EnqueueSFX(SFX_SECRET); sub_080977F4(this); if (super->type == 0) { - gRoomControls.camera_target = &gPlayerEntity; + gRoomControls.camera_target = &gPlayerEntity.base; gRoomControls.scrollSpeed = 4; } } |
