mirror of
https://github.com/zeldaret/botw
synced 2026-06-06 11:37:27 -04:00
ksys/map: Fix matching issues
This commit is contained in:
@@ -499,7 +499,7 @@ void* Object::getRails() const {
|
||||
void* Object::getRails_0() const {
|
||||
if (mLinkData == nullptr)
|
||||
return nullptr;
|
||||
return mLinkData->mRail;
|
||||
return mLinkData->mRails;
|
||||
}
|
||||
|
||||
bool Object::allocLinkData(sead::Heap* heap) {
|
||||
|
||||
Reference in New Issue
Block a user