Add vehdata class members for IV

This commit is contained in:
Vortrex
2022-03-09 02:51:37 -06:00
parent a9045cab68
commit b263c5a3e0

View File

@@ -864,6 +864,11 @@ class VehicleData {
this.index = -1;
this.needsSaved = false;
// GTA IV
this.ivNetworkId = -1;
this.syncPosition = toVector3(0.0, 0.0, 0.0);
this.syncHeading = 0.0;
// Ownership
this.ownerType = VRR_VEHOWNER_NONE;
this.ownerId = 0;