mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Work with full file paths instead of partial ones.
This commit is contained in:
@@ -541,7 +541,7 @@ void YourTurn::applyCl( CClient *cl )
|
||||
|
||||
void SaveGame::applyCl(CClient *cl)
|
||||
{
|
||||
CSaveFile save("Games/" + fname + ".vcgm1");
|
||||
CSaveFile save(DATA_DIR "/Games/" + fname + ".vcgm1");
|
||||
save << *cl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user