Skip to content
This repository has been archived by the owner on Feb 24, 2025. It is now read-only.

Commit

Permalink
Fixed Object Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
alex193a committed Feb 16, 2016
1 parent 4180393 commit 50f9a8c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SOSSE/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private void enableButtons()
{
saveAsButton.Enabled = true;
itemButton.Enabled = true;
objectButton.Enabled = false;
objectButton.Enabled = true;
shipLogButton.Enabled = true;
balanceButton.Enabled = true;
blueprintButton.Enabled = false;
Expand Down
2 changes: 1 addition & 1 deletion SOSSE/ObjectEditingForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace SOSSE
{
public partial class ObjectEditingForm : Form
{
private const int objectOffset = 0x2B302;
private const int objectOffset = 0x2B63A;

public bool DataLoaded { get; private set; }
public bool IsModified { get; private set; }
Expand Down
2 changes: 1 addition & 1 deletion SOSSE/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.7.6")]
[assembly: AssemblyVersion("1.7.8")]
[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion SOSSE/SOSSE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.7.6.%2a</ApplicationVersion>
<ApplicationVersion>1.7.8.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
Expand Down

0 comments on commit 50f9a8c

Please sign in to comment.