Skip to content

Commit

Permalink
Fixed offsets
Browse files Browse the repository at this point in the history
  • Loading branch information
alex193a committed Feb 18, 2016
1 parent 9ae565d commit 8eea010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SOSSE/BlueprintEditingForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ namespace SOSSE
{
public partial class BlueprintEditingForm : Form
{
private const int blueprintOffset = 0x314A4;
private const int blueprintSetOffset = 0x318EC;
private const int blueprintOffset = 0x319E4;
private const int blueprintSetOffset = 0x31E2C;

public const int MaxBlueprint = 1096;
public const int MaxBlueprintSet = 820;
Expand Down
2 changes: 1 addition & 1 deletion SOSSE/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ private void enableButtons()
objectButton.Enabled = true;
shipLogButton.Enabled = true;
balanceButton.Enabled = true;
blueprintButton.Enabled = false;
blueprintButton.Enabled = true;
conquestButton.Enabled = true;
shopButton.Enabled = true;
animalButton.Enabled = false;
Expand Down

0 comments on commit 8eea010

Please sign in to comment.