mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Fix error
This commit is contained in:
parent
1c67b2d8af
commit
9a5c391d39
@ -278,8 +278,9 @@ MxResult LegoGameState::Load(MxULong p_slot)
|
|||||||
MxString savePath;
|
MxString savePath;
|
||||||
GetFileSavePath(&savePath, p_slot);
|
GetFileSavePath(&savePath, p_slot);
|
||||||
|
|
||||||
if (fileStream.Open(savePath.GetData(), LegoFile::c_read) == FAILURE)
|
if (fileStream.Open(savePath.GetData(), LegoFile::c_read) == FAILURE) {
|
||||||
goto done;
|
goto done;
|
||||||
|
}
|
||||||
|
|
||||||
MxU32 version, status;
|
MxU32 version, status;
|
||||||
MxS16 count, area, act;
|
MxS16 count, area, act;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user