Skip to content
This repository has been archived by the owner. It is now read-only.

GenericLoad() done #412

Merged
merged 3 commits into from Apr 13, 2020
Merged

GenericLoad() done #412

merged 3 commits into from Apr 13, 2020

Conversation

@whampson
Copy link
Contributor

@whampson whampson commented Apr 12, 2020

Finished GenericLoad()

// Load the rest
LoadSaveDataBlock("Loading PedPool \n", CPools::LoadPedPool);
LoadSaveDataBlock("Loading Garages \n", CGarages::Load);
LoadSaveDataBlock("Loading Vehicles \n", CPools::LoadVehiclePool);

This comment has been minimized.

@erorcun

erorcun Apr 13, 2020
Collaborator

you're missing
CProjectileInfo::RemoveAllProjectiles();
CObject::DeleteAllTempObjects();
here

This comment has been minimized.

@whampson

whampson Apr 13, 2020
Author Contributor

Good catch.
I had to split up the macro because of where these functions are called.

@erorcun
Copy link
Collaborator

@erorcun erorcun commented Apr 13, 2020

lgtm except comments

@ghost
ghost approved these changes Apr 13, 2020
@erorcun erorcun merged commit 0e056a8 into GTAmodding:master Apr 13, 2020
1 check passed
1 check passed
@appveyor
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
@whampson whampson deleted the whampson:save-stuff branch Oct 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants