Merge branch 'master' of github.com:isledecomp/isle-portable

This commit is contained in:
Christian Semmler 2025-06-01 10:21:49 -07:00
commit 215c3f1480
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -573,6 +573,7 @@ void LegoGameState::GetFileSavePath(MxString* p_outPath, MxS16 p_slotn)
// Extension: ".GS"
strcat(path, g_fileExtensionGS);
*p_outPath = MxString(path);
p_outPath->MapPathToFilesystem();
}
// FUNCTION: LEGO1 0x1003a2e0