mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-23 06:35:33 -07:00
didn't mean to check that in
This commit is contained in:
parent
2849512305
commit
de67b0b13c
1 changed files with 1 additions and 5 deletions
|
@ -1164,11 +1164,7 @@ void Randomizer::ParseItemLocations(const char* spoilerFileName) {
|
||||||
|
|
||||||
int index = 0;
|
int index = 0;
|
||||||
for (auto it = hashJson.begin(); it != hashJson.end(); ++it) {
|
for (auto it = hashJson.begin(); it != hashJson.end(); ++it) {
|
||||||
std::string blarg = it.value();
|
gSaveContext.seedIcons[index] = gSeedTextures[it.value()];
|
||||||
Sprite seedSprite = gSeedTextures[blarg];
|
|
||||||
int indexBlarg = index;
|
|
||||||
blarg = indexBlarg;
|
|
||||||
gSaveContext.seedIcons[indexBlarg] = seedSprite;
|
|
||||||
index++;
|
index++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue