mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match LegoPartPresenter::Store (#643)
This commit is contained in:

committed by
GitHub

parent
9f875d01e5
commit
6fa4a0dbec
@@ -246,7 +246,7 @@ MxResult LegoWorldPresenter::LoadWorld(char* p_worldName, LegoWorld* p_world)
|
||||
|
||||
LegoPartPresenter partPresenter;
|
||||
if (partPresenter.Read(chunk) == SUCCESS) {
|
||||
partPresenter.FUN_1007df20();
|
||||
partPresenter.Store();
|
||||
}
|
||||
|
||||
delete[] buff;
|
||||
@@ -335,7 +335,7 @@ MxResult LegoWorldPresenter::FUN_10067360(ModelDbPart& p_part, FILE* p_wdbFile)
|
||||
result = partPresenter.Read(chunk);
|
||||
|
||||
if (result == SUCCESS) {
|
||||
partPresenter.FUN_1007df20();
|
||||
partPresenter.Store();
|
||||
}
|
||||
|
||||
delete[] buff;
|
||||
|
Reference in New Issue
Block a user