- MISSION.C almost refactored

This commit is contained in:
Ilya Shurumov 2020-10-06 01:54:50 +06:00
parent 3c3edb4917
commit 89bb6dd3ec
2 changed files with 543 additions and 578 deletions

View File

@ -911,7 +911,9 @@ void DrawCar(_CAR_DATA *cp, int view)
DrawCarObject(CarModelPtr, &workmatrix, &pos, cp->ap.palette, cp, 1);
if (ActiveCheats.cheat13 != 0)
{
MulMatrix0(&inv_camera_matrix, &cp->hd.drawCarMat, &workmatrix);
}
DrawCarWheels(cp, &workmatrix, &pos, view);
}

File diff suppressed because it is too large Load Diff