Oops. Missed closing bracket.

This commit is contained in:
Christopher Leggett 2022-08-30 11:21:29 -04:00
parent 3856d1b0a7
commit 60257b98a4
No known key found for this signature in database
GPG Key ID: 7093AE5FF7037D79

View File

@ -1711,6 +1711,7 @@ u8 Item_Give(GlobalContext* globalCtx, u8 item) {
return ITEM_NONE;
}
}
}
if (gSaveContext.inventory.dungeonKeys[gSaveContext.mapIndex] < 0) {
gSaveContext.inventory.dungeonKeys[gSaveContext.mapIndex] = 1;
return ITEM_NONE;