mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 22:03:36 -07:00
I for one welcome our new clang overlords...
This commit is contained in:
parent
54509386e6
commit
7555e7bac3
1 changed files with 1 additions and 1 deletions
|
@ -648,7 +648,7 @@ void CreateStoneHints() {
|
|||
if (ctx->GetOption(RSK_SKIP_CHILD_ZELDA)) {
|
||||
ctx->GetItemLocation(RC_SONG_FROM_IMPA)->SetHintAccesible();
|
||||
}
|
||||
if (ctx->GetOption(RSK_SELECTED_STARTING_AGE).Is(RO_AGE_ADULT)){
|
||||
if (ctx->GetOption(RSK_SELECTED_STARTING_AGE).Is(RO_AGE_ADULT)) {
|
||||
ctx->GetItemLocation(RC_TOT_MASTER_SWORD)->SetHintAccesible();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue