Fix saving game states

This commit is contained in:
Christian Semmler 2025-06-01 19:14:53 +02:00 committed by GitHub
parent ec7204ed38
commit 326eca83e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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