fix unk_14 rename

This commit is contained in:
Dragorn421 2025-06-14 08:13:54 +02:00
parent e4b25196b3
commit 919848c622
No known key found for this signature in database
GPG Key ID: 381AEBAF3D429335
1 changed files with 1 additions and 1 deletions

View File

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