-
Notifications
You must be signed in to change notification settings - Fork 498
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enough! My ship sails in the morning.
- Loading branch information
1 parent
abd0878
commit e57bbfb
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,8 +63,7 @@ namespace Ship | |
Deckard = 0, | ||
Roy = 1, | ||
Rachael = 2, | ||
Leon = 3, | ||
Zhora = 4, | ||
Zhora = 3, | ||
// ... | ||
}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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[] = ""; |