mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
clang-formated
This commit is contained in:
parent
cd5b2eef05
commit
6ac6b3f225
1 changed files with 2 additions and 2 deletions
|
@ -1375,7 +1375,7 @@ void FileChoose_UpdateQuestMenu(GameState* thisx) {
|
||||||
defaultName = &emptyNameNES;
|
defaultName = &emptyNameNES;
|
||||||
}
|
}
|
||||||
this->charPage = FS_CHAR_PAGE_HIRA; // Default to Hiragana Keyboard
|
this->charPage = FS_CHAR_PAGE_HIRA; // Default to Hiragana Keyboard
|
||||||
} else { // GAME_REGION_NTSC
|
} else { // GAME_REGION_NTSC
|
||||||
defaultName = CVarGetInteger(CVAR_ENHANCEMENT("LinkDefaultName"), 0) ? &linkNameNES : &emptyNameNES;
|
defaultName = CVarGetInteger(CVAR_ENHANCEMENT("LinkDefaultName"), 0) ? &linkNameNES : &emptyNameNES;
|
||||||
}
|
}
|
||||||
memcpy(Save_GetSaveMetaInfo(this->buttonIndex)->playerName, defaultName, 8);
|
memcpy(Save_GetSaveMetaInfo(this->buttonIndex)->playerName, defaultName, 8);
|
||||||
|
@ -1577,7 +1577,7 @@ void FileChoose_UpdateRandomizerMenu(GameState* thisx) {
|
||||||
defaultName = &emptyNameNES;
|
defaultName = &emptyNameNES;
|
||||||
}
|
}
|
||||||
this->charPage = FS_CHAR_PAGE_HIRA; // Default to Hiragana Keyboard
|
this->charPage = FS_CHAR_PAGE_HIRA; // Default to Hiragana Keyboard
|
||||||
} else { // GAME_REGION_NTSC
|
} else { // GAME_REGION_NTSC
|
||||||
defaultName = CVarGetInteger(CVAR_ENHANCEMENT("LinkDefaultName"), 0) ? &linkNameNES : &emptyNameNES;
|
defaultName = CVarGetInteger(CVAR_ENHANCEMENT("LinkDefaultName"), 0) ? &linkNameNES : &emptyNameNES;
|
||||||
}
|
}
|
||||||
memcpy(Save_GetSaveMetaInfo(this->buttonIndex)->playerName, defaultName, 8);
|
memcpy(Save_GetSaveMetaInfo(this->buttonIndex)->playerName, defaultName, 8);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue