mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 10:37:17 -07:00
Fix the issue for real
This commit is contained in:
parent
75a4d2cf99
commit
17b3f65276
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ static RandomizerHash randomizerHash;
|
|||
static SpoilerData spoilerData;
|
||||
|
||||
void GenerateHash() {
|
||||
for (size_t i = 0; i < Settings::seed.size(); i++) {
|
||||
for (size_t i = 0; i < Settings::hashIconIndexes.size(); i++) {
|
||||
int number = Settings::seed[i] - '0';
|
||||
Settings::hashIconIndexes[i] = number;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue