Vehicle: Automobile: fixes and style things
This commit is contained in:
@@ -216,6 +216,8 @@ CAutomobile::SetModelIndex(uint32 id)
|
||||
CVector vecDAMAGE_ENGINE_POS_SMALL(-0.1f, -0.1f, 0.0f);
|
||||
CVector vecDAMAGE_ENGINE_POS_BIG(-0.5f, -0.3f, 0.0f);
|
||||
|
||||
#pragma optimize("", off) // that's what R* did
|
||||
|
||||
void
|
||||
CAutomobile::ProcessControl(void)
|
||||
{
|
||||
@@ -1214,6 +1216,8 @@ CAutomobile::ProcessControl(void)
|
||||
}
|
||||
}
|
||||
|
||||
#pragma optimize("", on)
|
||||
|
||||
void
|
||||
CAutomobile::Teleport(CVector pos)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user