mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 22:41:14 +00:00
Cleanup player speed and yaw variable names (#1480)
* initial changes * add comments
This commit is contained in:
parent
e77b83cf1b
commit
b4c97ce17e
15 changed files with 341 additions and 340 deletions
|
@ -620,7 +620,7 @@ void EnFr_Idle(EnFr* this, PlayState* play) {
|
|||
player->actor.world.pos.x = this->actor.world.pos.x; // x = 990.0f
|
||||
player->actor.world.pos.y = this->actor.world.pos.y; // y = 205.0f
|
||||
player->actor.world.pos.z = this->actor.world.pos.z; // z = -1220.0f
|
||||
player->currentYaw = player->actor.world.rot.y = player->actor.shape.rot.y = this->actor.world.rot.y;
|
||||
player->yaw = player->actor.world.rot.y = player->actor.shape.rot.y = this->actor.world.rot.y;
|
||||
this->reward = GI_NONE;
|
||||
this->actionFunc = EnFr_Activate;
|
||||
} else if (EnFr_IsAboveAndWithin30DistXZ(player, this)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue