mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-11 15:39:43 -04:00
fix link name enhancment (#4295)
This commit is contained in:
parent
9d7d4bffa2
commit
07babaa17b
@ -1350,11 +1350,11 @@ void FileChoose_GenerateRandoSeed(GameState* thisx) {
|
|||||||
this->kbdY = 0;
|
this->kbdY = 0;
|
||||||
this->charIndex = 0;
|
this->charIndex = 0;
|
||||||
this->charBgAlpha = 0;
|
this->charBgAlpha = 0;
|
||||||
this->newFileNameCharCount = CVarGetInteger(CVAR_GENERAL("LinkDefaultName"), 0) ? 4 : 0;
|
this->newFileNameCharCount = CVarGetInteger(CVAR_ENHANCEMENT("LinkDefaultName"), 0) ? 4 : 0;
|
||||||
this->nameEntryBoxPosX = 120;
|
this->nameEntryBoxPosX = 120;
|
||||||
this->nameEntryBoxAlpha = 0;
|
this->nameEntryBoxAlpha = 0;
|
||||||
memcpy(Save_GetSaveMetaInfo(this->buttonIndex)->playerName,
|
memcpy(Save_GetSaveMetaInfo(this->buttonIndex)->playerName,
|
||||||
CVarGetInteger(CVAR_GENERAL("LinkDefaultName"), 0) ? &linkName : &emptyName, 8);
|
CVarGetInteger(CVAR_ENHANCEMENT("LinkDefaultName"), 0) ? &linkName : &emptyName, 8);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!generating) {
|
if (!generating) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user