mirror of https://github.com/zeldaret/oot.git
fix unk_14 rename
This commit is contained in:
parent
e4b25196b3
commit
919848c622
|
@ -3703,7 +3703,7 @@ s32 Camera_KeepOn4(Camera* camera) {
|
|||
}
|
||||
|
||||
if (rwData->itemType != *itemType) {
|
||||
PRINTF(VT_COL(YELLOW, BLACK) "camera: item: item type changed %d -> %d\n" VT_RST, rwData->unk_14, *itemType);
|
||||
PRINTF(VT_COL(YELLOW, BLACK) "camera: item: item type changed %d -> %d\n" VT_RST, rwData->itemType, *itemType);
|
||||
camera->animState = 20;
|
||||
camera->stateFlags |= CAM_STATE_LOCK_MODE;
|
||||
camera->stateFlags &= ~(CAM_STATE_CHECK_WATER | CAM_STATE_CHECK_BG);
|
||||
|
|
Loading…
Reference in New Issue