mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-22 09:22:18 -05:00
Fix ambiguity.
This commit is contained in:
parent
f354460d04
commit
89f119c566
@ -445,7 +445,7 @@ void SaveManager::LoadRandomizerVersion3() {
|
||||
|
||||
SaveManager::Instance->LoadArray("hintLocations", RH_MAX, [&](size_t i) {
|
||||
auto hint = RandomizerHint(i);
|
||||
nlohmann::ordered_json json;
|
||||
nlohmann::json json;
|
||||
SaveManager::Instance->LoadData("", json);
|
||||
randoContext->AddHint(hint, Rando::Hint(hint, json));
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user