@@ -1660,21 +1660,18 @@ std::string cFodder::GUI_Save_File(const char* pTitle, const std::vector<sSavedG
16601660
16611661 if (mInput .size ())
16621662 {
1663- GUI_SaveDialog_DrawBoxText (this , " SAVE" , 0x12 , 0x48 , 0xB3 + YOffset, 0xBF , 0xBC , eTextAlign::Centre, 2 );
1663+ GUI_SaveDialog_DrawBoxText (this , " SAVE" , 0x26 , 0x66 , 0xB3 + YOffset, 0xBF , 0xBC , eTextAlign::Centre, 2 );
16641664 GUI_Button_Setup (&cFodder::GUI_Button_Save_Current);
16651665 }
16661666
16671667 const bool HasSelectedSave = mGUI_Select_File_Count > 0 && mGUI_Select_File_SelectedFileIndex >= 0 ;
16681668 if (HasSelectedSave)
16691669 {
1670- GUI_SaveDialog_DrawBoxText (this , " OVERWRITE" , 0x50 , 0xA2 , 0xB3 + YOffset, 0xBF , 0xBC , eTextAlign::Centre, 2 );
1671- GUI_Button_Setup (&cFodder::GUI_Button_Overwrite_Selected);
1672-
1673- GUI_SaveDialog_DrawBoxText (this , " DELETE" , 0xAA , 0xE2 , 0xB3 + YOffset, 0xBF , 0xBC , eTextAlign::Centre, 2 );
1670+ GUI_SaveDialog_DrawBoxText (this , " DELETE" , 0x78 , 0xC0 , 0xB3 + YOffset, 0xBF , 0xBC , eTextAlign::Centre, 2 );
16741671 GUI_Button_Setup (&cFodder::GUI_Button_Delete_Selected);
16751672 }
16761673
1677- GUI_SaveDialog_DrawBoxText (this , " BACK" , 0xEA , 0x126 , 0xB3 + YOffset, 0xBF , 0xBC , eTextAlign::Centre, 2 );
1674+ GUI_SaveDialog_DrawBoxText (this , " BACK" , 0xD2 , 0x112 , 0xB3 + YOffset, 0xBF , 0xBC , eTextAlign::Centre, 2 );
16781675 GUI_Button_Setup (&cFodder::GUI_Button_Load_Exit);
16791676
16801677 if (mGUI_Select_File_Count > 0 )
@@ -1743,7 +1740,7 @@ bool cFodder::GUI_Confirm_Dialog(const std::string& pTitle, const std::string& p
17431740 GUI_SaveDialog_DrawBoxText (this , pConfirmText, 0x38 , 0xA0 , 0x82 , 0xBF , 0xBC , eTextAlign::Centre, 2 );
17441741 GUI_Button_Setup (&cFodder::GUI_Button_Confirm_Yes);
17451742
1746- GUI_SaveDialog_DrawBoxText (this , " CANCEL" , 0xB0 , 0xF8 , 0x82 , 0xBF , 0xBC , eTextAlign::Centre, 2 );
1743+ GUI_SaveDialog_DrawBoxText (this , " CANCEL" , 0xA8 , 0x110 , 0x82 , 0xBF , 0xBC , eTextAlign::Centre, 2 );
17471744 GUI_Button_Setup (&cFodder::GUI_Button_Confirm_No);
17481745
17491746 mGraphics ->SetActiveSpriteSheet (eGFX_RECRUIT);
@@ -1872,12 +1869,6 @@ void cFodder::GUI_Button_Save_Current()
18721869 mGUI_SaveLoadAction = 2 ;
18731870}
18741871
1875- void cFodder::GUI_Button_Overwrite_Selected ()
1876- {
1877- if (mGUI_Select_File_Count > 0 && mGUI_Select_File_SelectedFileIndex >= 0 )
1878- mGUI_SaveLoadAction = GUI_SAVELOAD_OVERWRITE ;
1879- }
1880-
18811872void cFodder::GUI_Button_Confirm_Yes ()
18821873{
18831874 mGUI_SaveLoadAction = 2 ;
0 commit comments