mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
Enough! My ship sails in the morning.
This commit is contained in:
parent
260669f981
commit
31511af130
2 changed files with 2 additions and 3 deletions
|
@ -63,8 +63,7 @@ namespace Ship
|
|||
Deckard = 0,
|
||||
Roy = 1,
|
||||
Rachael = 2,
|
||||
Leon = 3,
|
||||
Zhora = 4,
|
||||
Zhora = 3,
|
||||
// ...
|
||||
};
|
||||
|
||||
|
|
|
@ -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[] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue