garage update part 2

This commit is contained in:
Nikolay Korolev
2020-03-28 20:52:25 +03:00
parent 9fb101fdd9
commit 775bc3e666
8 changed files with 681 additions and 143 deletions

View File

@@ -132,5 +132,6 @@ public:
static void ShutdownEnvironmentMaps(void);
static int GetMaximumNumberOfPassengersFromNumberOfDoors(int id);
static void SetComponentsToUse(int8 c1, int8 c2) { ms_compsToUse[0] = c1; ms_compsToUse[1] = c2; }
};
static_assert(sizeof(CVehicleModelInfo) == 0x1F8, "CVehicleModelInfo: error");