summaryrefslogtreecommitdiff
path: root/src/code/z_en_a_keep.c
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2020-06-24 21:20:31 -0400
committerGitHub <noreply@github.com>2020-06-24 21:20:31 -0400
commitd77dbe046568d92ae9f2576fe107cb90520e0afe (patch)
tree2e6e65e3573ffbb54d949c2b0dc8bcaf23bf739d /src/code/z_en_a_keep.c
parent6b2a013cca4eeb86d52f52c6d681fbee8b560057 (diff)
Rename culling related variables (#225)
* rename some things * reword one comment * rename vars * fix bgjyalift
Diffstat (limited to 'src/code/z_en_a_keep.c')
-rw-r--r--src/code/z_en_a_keep.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/code/z_en_a_keep.c b/src/code/z_en_a_keep.c
index e6f3e3d6a..309b3d32e 100644
--- a/src/code/z_en_a_keep.c
+++ b/src/code/z_en_a_keep.c
@@ -126,8 +126,8 @@ void EnAObj_Init(Actor* thisx, GlobalContext* globalCtx) {
this->dyna.dynaPolyId = -1;
this->dyna.unk_160 = 0;
this->dyna.unk_15C = 0;
- thisx->unk_FC = 1200.0f;
- thisx->unk_F8 = 200.0f;
+ thisx->uncullZoneDownward = 1200.0f;
+ thisx->uncullZoneScale = 200.0f;
switch (thisx->params) {
case A_OBJ_BLOCK_LARGE:
@@ -301,8 +301,8 @@ void func_8001D4A8(EnAObj* this, GlobalContext* globalCtx) {
}
void func_8001D5C8(EnAObj* this, s16 params) {
- this->dyna.actor.unk_FC = 1200.0f;
- this->dyna.actor.unk_F8 = 720.0f;
+ this->dyna.actor.uncullZoneDownward = 1200.0f;
+ this->dyna.actor.uncullZoneScale = 720.0f;
EnAObj_SetupAction(this, func_8001D608);
}