1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-02 09:03:36 +00:00

fixes crash #94 #95

This commit is contained in:
Blake Warner 2022-02-09 09:51:06 -05:00
parent 306ce9158c
commit 3b122b510c

View File

@ -995,8 +995,7 @@ s32 func_80090014(GlobalContext* globalCtx, s32 limbIndex, Gfx** dList, Vec3f* p
(gSaveContext.equips.buttonItems[0] != ITEM_SWORD_KOKIRI)) {
dLists = D_80125D68;
}
dList = dLists[sDListsLodOffset+dListOffset];
*dList = dLists[sDListsLodOffset];
*dList = dLists[sDListsLodOffset+dListOffset];
} else if (limbIndex == PLAYER_LIMB_WAIST) {
*dList = this->waistDLists[sDListsLodOffset];
}