* Cleaning player list before getting new one (entering user menu several times appended user to existing list)

dev-ui
erihel 2013-01-15 22:52:37 +01:00
parent 58f35e44ae
commit 01c39c88f6
1 changed files with 1 additions and 0 deletions

View File

@ -4676,6 +4676,7 @@ void CMainDialog::UpdateSceneChap(int &chap)
{
j = 0;
fs::directory_iterator dirIt(m_savegameDir), dirEndIt;
m_userList.clear();
BOOST_FOREACH (const fs::path & p, std::make_pair(dirIt, dirEndIt))
{