mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-23 02:42:38 +01:00
- MISSION.C almost refactored
This commit is contained in:
parent
3c3edb4917
commit
89bb6dd3ec
@ -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
Loading…
Reference in New Issue
Block a user