Enough! My ship sails in the morning.

This commit is contained in:
Kenix3 2022-07-13 23:41:22 -04:00
parent 260669f981
commit 31511af130
2 changed files with 2 additions and 3 deletions

View File

@ -63,8 +63,7 @@ namespace Ship
Deckard = 0,
Roy = 1,
Rachael = 2,
Leon = 3,
Zhora = 4,
Zhora = 3,
// ...
};

View File

@ -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[] = "";