summaryrefslogtreecommitdiff
path: root/src/object
diff options
context:
space:
mode:
Diffstat (limited to 'src/object')
-rw-r--r--src/object/cloud.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/cloud.c b/src/object/cloud.c
index 5c4383d8..37899c33 100644
--- a/src/object/cloud.c
+++ b/src/object/cloud.c
@@ -115,7 +115,7 @@ void sub_0809F69C(Entity* this) {
void sub_0809F6CC(Entity* this) {
if (((gRoomControls.scroll_flags & 4) == 0) && (--this->actionDelay == 0)) {
- gPlayerState.controlMode = 1;
+ gPlayerState.controlMode = CONTROL_1;
DeleteThisEntity();
}
}