mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 21:33:40 -07:00
Bump version to Blair Delta 9.0.3, and fix a typo.
This commit is contained in:
parent
37fb25d2b3
commit
b6071bc466
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ set(CMAKE_C_STANDARD 17 CACHE STRING "The C standard to use")
|
||||||
|
|
||||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version")
|
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version")
|
||||||
|
|
||||||
project(Ship VERSION 9.0.2 LANGUAGES C CXX)
|
project(Ship VERSION 9.0.3 LANGUAGES C CXX)
|
||||||
include(CMake/soh-cvars.cmake)
|
include(CMake/soh-cvars.cmake)
|
||||||
include(CMake/lus-cvars.cmake)
|
include(CMake/lus-cvars.cmake)
|
||||||
|
|
||||||
|
|
|
@ -272,7 +272,7 @@ void SohMenu::AddMenuEnhancements() {
|
||||||
info.options->disabled =
|
info.options->disabled =
|
||||||
IS_RANDO && OTRGlobals::Instance->gRandoContext->GetOption(RSK_JABU_OPEN).Is(RO_JABU_OPEN);
|
IS_RANDO && OTRGlobals::Instance->gRandoContext->GetOption(RSK_JABU_OPEN).Is(RO_JABU_OPEN);
|
||||||
info.options->disabledTooltip =
|
info.options->disabledTooltip =
|
||||||
"This setting is disabled because a randomizer savefile with \"Jabu-Jaby: Open\" is loaded.";
|
"This setting is disabled because a randomizer savefile with \"Jabu-Jabu: Open\" is loaded.";
|
||||||
})
|
})
|
||||||
.Options(CheckboxOptions().Tooltip("Allow Link to enter Jabu-Jabu without feeding him a fish."));
|
.Options(CheckboxOptions().Tooltip("Allow Link to enter Jabu-Jabu without feeding him a fish."));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue