VC vehicles just barely working now
This commit is contained in:
@@ -4907,7 +4907,7 @@ CCam::Process_FollowCar_SA(const CVector& CameraTarget, float TargetOrientation,
|
||||
|
||||
bool correctAlpha = true;
|
||||
// if (SA checks if we aren't in work car, why?) {
|
||||
if (!isCar || car->GetModelIndex() != MI_YARDIE) {
|
||||
if (!isCar || car->GetModelIndex() != MI_VOODOO) {
|
||||
correctAlpha = false;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user