mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -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;
|
||||
for (auto it = hashJson.begin(); it != hashJson.end(); ++it) {
|
||||
std::string blarg = it.value();
|
||||
Sprite seedSprite = gSeedTextures[blarg];
|
||||
int indexBlarg = index;
|
||||
blarg = indexBlarg;
|
||||
gSaveContext.seedIcons[indexBlarg] = seedSprite;
|
||||
gSaveContext.seedIcons[index] = gSeedTextures[it.value()];
|
||||
index++;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue