File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ set(CMAKE_C_STANDARD 17 CACHE STRING "The C standard to use")
66
77set (CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version" )
88
9- project (Ship VERSION 9.0.2 LANGUAGES C CXX)
9+ project (Ship VERSION 9.0.3 LANGUAGES C CXX)
1010include (CMake/soh-cvars.cmake)
1111include (CMake/lus-cvars.cmake)
1212
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ void SohMenu::AddMenuEnhancements() {
272272 info.options ->disabled =
273273 IS_RANDO && OTRGlobals::Instance->gRandoContext ->GetOption (RSK_JABU_OPEN).Is (RO_JABU_OPEN);
274274 info.options ->disabledTooltip =
275- " This setting is disabled because a randomizer savefile with \" Jabu-Jaby : Open\" is loaded." ;
275+ " This setting is disabled because a randomizer savefile with \" Jabu-Jabu : Open\" is loaded." ;
276276 })
277277 .Options (CheckboxOptions ().Tooltip (" Allow Link to enter Jabu-Jabu without feeding him a fish." ));
278278
You can’t perform that action at this time.
0 commit comments