diff options
| author | notyourav <65437533+notyourav@users.noreply.github.com> | 2021-10-05 10:42:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-05 10:42:42 -0700 |
| commit | bcbfcc0ee4e80f2728699a1b330c8011c3946c74 (patch) | |
| tree | 5189db1d1b00fdf566e50a45e14a92dbc16934c4 /src/manager/managerF.c | |
| parent | feddaf4c9da3fe7fb391cdbfcb12593163f24391 (diff) | |
| parent | c50c628c80f41b6e24a6036b701f2b6b22b1b683 (diff) | |
Merge pull request #176 from Ibot02/warpPoint
Diffstat (limited to 'src/manager/managerF.c')
| -rw-r--r-- | src/manager/managerF.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/manager/managerF.c b/src/manager/managerF.c index a4f5c78f..d7e1d7bb 100644 --- a/src/manager/managerF.c +++ b/src/manager/managerF.c @@ -92,7 +92,6 @@ void sub_08059064(ManagerF*); void sub_080592EC(ManagerF*); void sub_0805930C(ManagerF*); u32 sub_080593CC(ManagerF*); -void sub_0805E4E0(ManagerF*, u32); // to be moved to headers extern EntityData gUnk_080F4B88[]; @@ -151,7 +150,7 @@ void sub_08058FB0(ManagerF* this) { if (CheckFlags(this->unk_3e)) { this->manager.action = 2; this->manager.unk_0e = 120; - sub_0805E4E0(this, 0xF0); + sub_0805E4E0((Entity*)this, 0xF0); sub_08059064(this); } break; @@ -241,7 +240,7 @@ void sub_08059124(ManagerF* this) { break; case 1: if (CheckFlags(this->unk_3e)) { - sub_0805E4E0(this, 0x4b); + sub_0805E4E0((Entity*)this, 0x4b); this->manager.unk_0e = 0x2d; this->manager.action++; } |
