diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2023-03-03 09:07:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-03 11:07:51 -0300 |
| commit | e8f3039264ab94af9264f6bcedfab74fe72360cf (patch) | |
| tree | a86d0e2b8170317a767146ec44a8ed500d5ad3dd /docs | |
| parent | cc8772a896f8a654d36787ac23114d9f24a506d0 (diff) | |
speedXZ -> speed (#1186)
* speedXZ to speed
* brackets
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tutorial/advanced_control_flow.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/advanced_control_flow.md b/docs/tutorial/advanced_control_flow.md index 96ba7a43d..48ef9661b 100644 --- a/docs/tutorial/advanced_control_flow.md +++ b/docs/tutorial/advanced_control_flow.md @@ -67,7 +67,7 @@ void EnMs_Init(Actor* thisx, PlayState* play) { Actor_SetScale(&this->actor, 0.015f); this->actor.colChkInfo.mass = 0xFF; this->actionFunc = func_80952734; - this->actor.speedXZ = 0.0f; + this->actor.speed = 0.0f; this->actor.velocity.y = 0.0f; this->actor.gravity = -1.0f; } |
