1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00

Folder Icon, Save, Folder on top...

This commit is contained in:
Michael
2023-08-08 23:46:30 +02:00
committed by GitHub
parent 855b94b316
commit bbe04c747d
5 changed files with 49 additions and 48 deletions

View File

@ -70,7 +70,7 @@ void CSavingScreen::saveGame()
if(!(tabSel && tabSel->inputName && tabSel->inputName->getText().size()))
return;
std::string path = "Saves/" + tabSel->inputName->getText();
std::string path = "Saves/" + tabSel->curFolder + tabSel->inputName->getText();
auto overWrite = [this, path]() -> void
{