diff options
Diffstat (limited to 'src/manager/manager29.c')
| -rw-r--r-- | src/manager/manager29.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manager/manager29.c b/src/manager/manager29.c index 133d3944..bd079e1c 100644 --- a/src/manager/manager29.c +++ b/src/manager/manager29.c @@ -16,12 +16,12 @@ void sub_0805CC3C(Manager29* this); void Manager29_Main(Manager29* this) { if (super->action == 0) { sub_0805CBD0(this); - if (CheckFlags(this->unk_3e)) { + if (CheckFlags(this->flag)) { sub_0805CC3C(this); DeleteManager(this); } } else if (sub_0805CF80(this)) { - SetFlag(this->unk_3e); + SetFlag(this->flag); DeleteManager(this); } } |
