mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 08:54:09 +00:00
CarGen, Cranes, Gangs: cleanup, fixes, r* visioned placement
This commit is contained in:
parent
7f8a4b4867
commit
a19fa8764f
7 changed files with 69 additions and 136 deletions
|
@ -283,7 +283,7 @@ GenericLoad()
|
|||
LoadSaveDataBlock();
|
||||
ReadDataFromBlock("Loading Paths \n", ThePaths.Load);
|
||||
LoadSaveDataBlock();
|
||||
ReadDataFromBlock("Loading Cranes \n", CranesLoad);
|
||||
ReadDataFromBlock("Loading Cranes \n", CCranes::Load);
|
||||
LoadSaveDataBlock();
|
||||
ReadDataFromBlock("Loading Pickups \n", CPickups::Load);
|
||||
LoadSaveDataBlock();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue