mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-08 00:44:42 +00:00
Document zTargetActiveTimer
(#2200)
* document zTargetActiveTimer * edit comments * Update src/overlays/actors/ovl_player_actor/z_player.c Co-authored-by: cadmic <cadmic24@gmail.com> * capitalization --------- Co-authored-by: cadmic <cadmic24@gmail.com>
This commit is contained in:
parent
2740bb020e
commit
c91e62f000
3 changed files with 26 additions and 12 deletions
|
@ -2413,7 +2413,7 @@ void Actor_UpdateAll(PlayState* play, ActorContext* actorCtx) {
|
|||
func_8008EDF0(player);
|
||||
}
|
||||
|
||||
if ((actor == NULL) || (player->unk_66C < 5)) {
|
||||
if ((actor == NULL) || (player->zTargetActiveTimer < 5)) {
|
||||
actor = NULL;
|
||||
|
||||
if (actorCtx->attention.reticleSpinCounter != 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue