mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +00:00
Fixup feetFloorFlags
doc and -> feetFloorFlag
(#1180)
This commit is contained in:
parent
6336df5fcd
commit
0d7670f059
3 changed files with 12 additions and 10 deletions
|
@ -11175,7 +11175,7 @@ void func_8084BBE4(Player* this, GlobalContext* globalCtx) {
|
|||
return;
|
||||
}
|
||||
|
||||
if (CHECK_BTN_ALL(sControlInput->cur.button, BTN_A) || (this->actor.shape.feetFloorFlags != 0)) {
|
||||
if (CHECK_BTN_ALL(sControlInput->cur.button, BTN_A) || (this->actor.shape.feetFloorFlag != 0)) {
|
||||
func_80837B60(this);
|
||||
if (this->unk_84F < 0) {
|
||||
this->linearVelocity = -0.8f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue