diff options
| author | notyourav <65437533+notyourav@users.noreply.github.com> | 2022-02-01 14:41:13 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-01 14:41:13 -0800 |
| commit | 9d96c00ae98eea6d88e5b77a83cb80ea27aff8b8 (patch) | |
| tree | 9e32f7aa2815184055f7a0ba9892d05a1ecb7603 /src/object | |
| parent | 2b8d880ffc0a4548d25dc613d53a908d36362d84 (diff) | |
| parent | 1f2a791e49079d726d1e72151c8fce98def79f10 (diff) | |
Merge pull request #333 from hatal175/playercontrolmode
Diffstat (limited to 'src/object')
| -rw-r--r-- | src/object/cloud.c | 2 |
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(); } } |
