Skip to content

Commit

Permalink
fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
igorseabra4 committed May 7, 2020
1 parent 875f24f commit 93dfb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IndustrialParkRandomizer/Randomizer/RandomizableArchive.cs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ private bool RandomizePickupPositions(int seed)
if (ContainsAsset(0xF70F6FEE))
{
((AssetPKUP)GetFromAssetID(0xF70F6FEE)).PickupFlagsShort = 2;
((AssetPKUP)GetFromAssetID(0xF70F6FEE)).Data[0x9] = 0;
((AssetPKUP)GetFromAssetID(0xF70F6FEE)).Data[0x8] = 1;
}
}
break;
Expand Down

0 comments on commit 93dfb54

Please sign in to comment.