diff options
| author | Henny022p <info@henny022.de> | 2021-03-16 21:07:48 +0100 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2021-03-16 21:07:48 +0100 |
| commit | 976b661017e79bfb75eb596d98475db90e6eb580 (patch) | |
| tree | 2c2bc85ca8daae69a29dfe9c64ea58e52a202da8 /src/manager | |
| parent | fe4a39b74f2a43e9bc00062e351e2b5432bf60c2 (diff) | |
polymorphism stuff
Diffstat (limited to 'src/manager')
| -rw-r--r-- | src/manager/manager6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager/manager6.c b/src/manager/manager6.c index a17fd16b..ff32b405 100644 --- a/src/manager/manager6.c +++ b/src/manager/manager6.c @@ -12,7 +12,7 @@ void sub_08057CB4(Manager6* this) { this->manager.action = 1; this->warpList = GetCurrentRoomProperty(this->manager.unk_0a); if (!this->warpList) { - DeleteManager((Manager*)this); + DeleteManager(&this->manager); return; } } |
