This commit is contained in:
Grinch_ 2022-11-27 00:49:51 +06:00
parent c0aecc19ae
commit bc508e081a

View File

@ -312,10 +312,12 @@ VehCustmzrMgr::VehCustmzrMgr()
#endif #endif
} }
#ifdef GTASA
bool VehCustmzrMgr::IsValidComponent(CVehicle *pVeh, unsigned int compID) bool VehCustmzrMgr::IsValidComponent(CVehicle *pVeh, unsigned int compID)
{ {
return CallAndReturn<bool, 0x49B010, int, CVehicle*>(compID, pVeh); return CallAndReturn<bool, 0x49B010, int, CVehicle*>(compID, pVeh);
} }
#endif
void VehCustmzrMgr::Draw() void VehCustmzrMgr::Draw()
{ {