mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-20 05:16:24 -04:00
OnNewSaveSelectFunction fix (Don't show name anm)
This commit is contained in:
@@ -1311,7 +1311,7 @@ void dFile_select_c::selectDataOpenMove() {
|
||||
void dFile_select_c::selectDataNameMove() {
|
||||
bool isHeaderTxtChange = headerTxtChangeAnm();
|
||||
bool isFileRecScale = fileRecScaleAnm2();
|
||||
bool isNameMove = nameMoveAnm();
|
||||
IF_NOT_DUSK(bool isNameMove = nameMoveAnm();)
|
||||
bool isModoruTxtDisp = modoruTxtDispAnm();
|
||||
|
||||
#ifdef TARGET_PC
|
||||
@@ -1332,6 +1332,8 @@ void dFile_select_c::selectDataNameMove() {
|
||||
mGamemodeSaveStartBuildUi = true;
|
||||
#endif
|
||||
|
||||
IF_DUSK(bool isNameMove = nameMoveAnm();)
|
||||
|
||||
if (isHeaderTxtChange == true && isFileRecScale == true && isNameMove == true &&
|
||||
isModoruTxtDisp == true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user