mirror of https://github.com/zeldaret/tmc.git
polymorphism stuff
This commit is contained in:
parent
fe4a39b74f
commit
976b661017
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue