mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
restored table
This commit is contained in:
parent
25706073ff
commit
ccc2058e61
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
#include <Lib/spdlog/include/spdlog/spdlog.h>
|
#include <Lib/spdlog/include/spdlog/spdlog.h>
|
||||||
|
|
||||||
//Location definitions
|
//Location definitions
|
||||||
|
static std::array<ItemLocation, KEY_ENUM_MAX> locationTable;
|
||||||
|
|
||||||
void LocationTable_Init() {
|
void LocationTable_Init() {
|
||||||
locationTable[NONE] = ItemLocation::Base (0xFF, 0xFF, "Invalid Location", NONE, NONE, {}, SpoilerCollectionCheck::None());
|
locationTable[NONE] = ItemLocation::Base (0xFF, 0xFF, "Invalid Location", NONE, NONE, {}, SpoilerCollectionCheck::None());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue