1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

- fixed crash on missing videos

- fixed savegames name selection
This commit is contained in:
Ivan Savenko
2012-08-11 11:34:49 +00:00
parent edbc7f1223
commit eec4d3579d
4 changed files with 15 additions and 6 deletions

View File

@@ -1284,7 +1284,7 @@ void SelectionTab::select( int position )
if(txt)
{
std::string filename = CResourceHandler::get()->getResourceName(
ResourceID(curItems[py]->fileURI, EResType::MAP));
ResourceID(curItems[py]->fileURI, EResType::LIB_SAVEGAME));
txt->setTxt(CFileInfo(filename).getBaseName());
}