mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-13 18:17:19 -07:00
Fix ambiguity.
This commit is contained in:
parent
f354460d04
commit
89f119c566
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ void SaveManager::LoadRandomizerVersion3() {
|
||||||
|
|
||||||
SaveManager::Instance->LoadArray("hintLocations", RH_MAX, [&](size_t i) {
|
SaveManager::Instance->LoadArray("hintLocations", RH_MAX, [&](size_t i) {
|
||||||
auto hint = RandomizerHint(i);
|
auto hint = RandomizerHint(i);
|
||||||
nlohmann::ordered_json json;
|
nlohmann::json json;
|
||||||
SaveManager::Instance->LoadData("", json);
|
SaveManager::Instance->LoadData("", json);
|
||||||
randoContext->AddHint(hint, Rando::Hint(hint, json));
|
randoContext->AddHint(hint, Rando::Hint(hint, json));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue