mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-24 15:15:33 -07:00
Oops. Missed closing bracket.
This commit is contained in:
parent
3856d1b0a7
commit
60257b98a4
1 changed files with 1 additions and 0 deletions
|
@ -1711,6 +1711,7 @@ u8 Item_Give(GlobalContext* globalCtx, u8 item) {
|
||||||
return ITEM_NONE;
|
return ITEM_NONE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
if (gSaveContext.inventory.dungeonKeys[gSaveContext.mapIndex] < 0) {
|
if (gSaveContext.inventory.dungeonKeys[gSaveContext.mapIndex] < 0) {
|
||||||
gSaveContext.inventory.dungeonKeys[gSaveContext.mapIndex] = 1;
|
gSaveContext.inventory.dungeonKeys[gSaveContext.mapIndex] = 1;
|
||||||
return ITEM_NONE;
|
return ITEM_NONE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue