Skip to content

Commit

Permalink
Enough! My ship sails in the morning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenix3 authored and briaguya-ai committed Jul 14, 2022
1 parent abd0878 commit e57bbfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions libultraship/libultraship/Resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ namespace Ship
Deckard = 0,
Roy = 1,
Rachael = 2,
Leon = 3,
Zhora = 4,
Zhora = 3,
// ...
};

Expand Down
2 changes: 1 addition & 1 deletion soh/src/boot/build.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const char gBuildVersion[] = "ROY ALFA (2.0.0)";
const char gBuildVersion[] = "RACHAEL ALFA (3.0.0)";
const char gBuildTeam[] = "github.com/harbourmasters";
const char gBuildDate[] = __DATE__ " " __TIME__;
const char gBuildMakeOption[] = "";

0 comments on commit e57bbfb

Please sign in to comment.