mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-05 13:44:09 +00:00
Merge branch 'lcs-dev' into lcs
This commit is contained in:
commit
a5be17d941
5 changed files with 13 additions and 11 deletions
|
@ -230,7 +230,7 @@ GenericSave(int file)
|
|||
totalSize = buf - work_buff;
|
||||
|
||||
// Save the rest
|
||||
WriteSaveDataBlock(CPools::SavePedPool, "PedPoolSize");
|
||||
//WriteSaveDataBlock(CPools::SavePedPool, "PedPoolSize");
|
||||
WriteSaveDataBlock(CGarages::Save, "GaragesSize");
|
||||
WriteSaveDataBlock(CGameLogic::Save, "GameLogicSize");
|
||||
WriteSaveDataBlock(CPools::SaveVehiclePool, "VehPoolSize");
|
||||
|
@ -361,8 +361,8 @@ GenericLoad()
|
|||
ReadDataFromBlock("Loading Scripts \n", CTheScripts::LoadAllScripts);
|
||||
|
||||
// Load the rest
|
||||
LoadSaveDataBlock();
|
||||
ReadDataFromBlock("Loading PedPool \n", CPools::LoadPedPool);
|
||||
//LoadSaveDataBlock();
|
||||
//ReadDataFromBlock("Loading PedPool \n", CPools::LoadPedPool);
|
||||
LoadSaveDataBlock();
|
||||
ReadDataFromBlock("Loading Garages \n", CGarages::Load);
|
||||
LoadSaveDataBlock();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue