GetPerformanceFileName instead of GetPerformanceName

print-performance-number
probonopd 9 months ago committed by GitHub
parent 29c3231966
commit e08583026b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/uimenu.cpp

@ -1316,7 +1316,7 @@ void CUIMenu::PerformanceMenu (CUIMenu *pUIMenu, TMenuEvent Event)
if(!pUIMenu->m_bPerformanceDeleteMode)
{
Value = pUIMenu->m_pMiniDexed->GetPerformanceName(nValue);
Value = pUIMenu->m_pMiniDexed->GetPerformanceFileName(nValue);
std::string nPSelected = "";
if(nValue == pUIMenu->m_pMiniDexed->GetActualPerformanceID())

Loading…
Cancel
Save