diff options
Diffstat (limited to 'src/object/cloud.c')
| -rw-r--r-- | src/object/cloud.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/object/cloud.c b/src/object/cloud.c index 9f99213d..58d34f12 100644 --- a/src/object/cloud.c +++ b/src/object/cloud.c @@ -4,7 +4,6 @@ * * @brief Cloud object */ -#define NENT_DEPRECATED #include "functions.h" #include "object.h" #include "structures.h" @@ -135,7 +134,7 @@ void sub_0809F69C(CloudEntity* this) { if (--super->timer == 0) { super->timer = 30; super->action = 4; - gRoomControls.camera_target = &gPlayerEntity; + gRoomControls.camera_target = &gPlayerEntity.base; SoundReq(SFX_SECRET_BIG); } } |
