polymorphism stuff

This commit is contained in:
Henny022p 2021-03-16 21:07:48 +01:00
parent fe4a39b74f
commit 976b661017
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}