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:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user