mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 07:21:19 +00:00
Remove and change some fake matches (#910)
* remove fake match * remove another fake match * move globalCtx temp * remove more fake matches * remove commented lines * this is it I promise
This commit is contained in:
parent
0042acb539
commit
17c79a8f60
8 changed files with 17 additions and 33 deletions
|
@ -513,14 +513,12 @@ void func_80A4F77C(EnGs* this) {
|
|||
this->unk_19C = 3;
|
||||
}
|
||||
|
||||
void EnGs_Update(Actor* thisx, GlobalContext* globalCtx) {
|
||||
s32 pad;
|
||||
void EnGs_Update(Actor* thisx, GlobalContext* globalCtx2) {
|
||||
GlobalContext* globalCtx = globalCtx2;
|
||||
EnGs* this = THIS;
|
||||
|
||||
Actor_SetFocus(&this->actor, 23.0f);
|
||||
if (globalCtx) {};
|
||||
if (!(this->unk_19E & 0x10)) {
|
||||
if (globalCtx) {};
|
||||
if (this->collider.base.acFlags & AC_HIT) {
|
||||
this->unk_19F = 0;
|
||||
this->collider.base.acFlags &= ~AC_HIT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue