summaryrefslogtreecommitdiff
path: root/src/object/cloud.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/cloud.c')
-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 674c1d73..45616754 100644
--- a/src/object/cloud.c
+++ b/src/object/cloud.c
@@ -168,7 +168,7 @@ void sub_0809F7BC(Entity* this) {
cloud = sub_0809F770(this);
if (cloud != NULL) {
uVar1 = Random();
- cloud->nonPlanarMovement = gUnk_081247C8[uVar1 & 3];
+ cloud->speed = gUnk_081247C8[uVar1 & 3];
cloud->direction = (u8)(uVar1 >> 8) & 31;
}
}