mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-27 11:34:14 +01:00
removed a "fix"
This commit is contained in:
parent
950cb9a717
commit
1234fe9c1c
@ -1351,12 +1351,7 @@ CBike::PreRender(void)
|
|||||||
|
|
||||||
CMatrix mat;
|
CMatrix mat;
|
||||||
CVector headLightPos = mi->m_positions[CAR_POS_HEADLIGHTS];
|
CVector headLightPos = mi->m_positions[CAR_POS_HEADLIGHTS];
|
||||||
#ifdef FIX_BUGS
|
if(GetModelIndex() == 152){ // this is the bobcat in VC, but we don't want that effect anyway
|
||||||
if(GetModelIndex() == MI_FAGGIO || GetModelIndex() == MI_PIZZABOY)
|
|
||||||
#else
|
|
||||||
if(GetModelIndex() == 152) // this is the bobcat in VC
|
|
||||||
#endif
|
|
||||||
{
|
|
||||||
mat.SetUnity();
|
mat.SetUnity();
|
||||||
mat.RotateZ(m_fWheelAngle);
|
mat.RotateZ(m_fWheelAngle);
|
||||||
mat = m_leanMatrix * mat;
|
mat = m_leanMatrix * mat;
|
||||||
|
Loading…
Reference in New Issue
Block a user