From 31511af130fefb9b63357c0b6204ec2be0aa727c Mon Sep 17 00:00:00 2001 From: Kenix3 Date: Wed, 13 Jul 2022 23:41:22 -0400 Subject: [PATCH] Enough! My ship sails in the morning. --- libultraship/libultraship/Resource.h | 3 +-- soh/src/boot/build.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/libultraship/libultraship/Resource.h b/libultraship/libultraship/Resource.h index 4e4d73b29..6bdae983e 100644 --- a/libultraship/libultraship/Resource.h +++ b/libultraship/libultraship/Resource.h @@ -63,8 +63,7 @@ namespace Ship Deckard = 0, Roy = 1, Rachael = 2, - Leon = 3, - Zhora = 4, + Zhora = 3, // ... }; diff --git a/soh/src/boot/build.c b/soh/src/boot/build.c index 94d142020..84a73076d 100644 --- a/soh/src/boot/build.c +++ b/soh/src/boot/build.c @@ -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[] = "";