Fix
This commit is contained in:
parent
c0aecc19ae
commit
bc508e081a
@ -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()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user